kantan-components
TypeScript icon, indicating that this package has built-in type declarations

0.4.3 • Public • Published

Kantan-Components

Kantan-Components is a lightweight React Utility Components library. The project is still work-in-progress, and the Documentation can be found here.

Get started

Run the following command

npm install kantan-components

Or do it with yarn:

yarn add kantan-components

Next, import the component that you need. Learn more in the documentation.

import { Tooltip } from "kantan-components";

const App = () => (
  <div>
    <Tooltip text="default position">
      <strong>Hover over.</strong>
    </Tooltip>
  </div>
);

Package Sidebar

Install

npm i kantan-components

Weekly Downloads

15

Version

0.4.3

License

ISC

Unpacked Size

56 kB

Total Files

19

Last publish

Collaborators

  • yutamoridev