Skip to content

Darwinnasution/ink-kit

 
 

Repository files navigation

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!

About

Ink Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.7%
  • CSS 34.3%
  • JavaScript 18.0%