Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 509 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 509 Bytes

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

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!