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.
npm i kantanuiAdd 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,FILL@100..200,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>;