Skip to content

olegpolyakov/kantanui

Repository files navigation

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 kantanui

Usage

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

About

A set of accessible, customizable, and easy-to-use React components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published