/ink-kit

Ink Kit

Primary LanguageTypeScriptMIT LicenseMIT

ink-kit

Ink Kit

Install

npm install @inkonchain/ink-kit

Usage

To 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";

Note: Ink-Kit styles should be imported first so that your own custom classes are taking precedence.

Ink Kit classes are prefixed with ink-.

You can also use the CSS variables directly in your project instead of the tailwind classes.

WIP Notice

This is a work in progress, we are working on it!