Ink Kit
npm install @inkonchain/ink-kitTo use the components, you can import them directly:
import { Button } from "@inkonchain/ink-kit";To import the CSS, you can use the style.css export:
import "@inkonchain/ink-kit/style.css";Ink Kit classes are prefixed with ink-.
You can also use the CSS variables directly in your project instead of the tailwind classes.
This is a work in progress, we are working on it!