kantanui
v0.2.3
Published
A set of accessible, customizable, and easy-to-use React components.
Downloads
25
Readme
Kantan UI
A set of accessible, customizable, and easy-to-use React components.
⚠️ WARNING
Work-in-progress — APIs and components may change without notice. Feedback and contributions are welcome.
Installation
npm i kantanuiUsage
Add the following line to the <head> of your HTML to include Material Symbols
Outlined font:
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,[email protected],0..1">Start using Kantan UI components by importing the CSS file in the root of your application:
import "kantanui/dist/index.css";Then, import and use the components you need:
import { Button } from "kantanui";
<Button>Button</Button>;