Skip to content

YutaMoriJP/Kantan-Components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published