@najar/ui-kit
v0.0.1
Published
This is a component library, so it's built with `react` and `typescript` and uses `vite` as a bundler.
Readme
UI Kit
This is a component library, so it's built with react and typescript and uses vite as a bundler.
This package implement welii's design system using tailwindcss
Installation
Please refer to the monorepo installation guide to install this package.
Usage
Adding or Editing a component :
pnpm -F ui-kit devUsing inside an app :
import { Button } from '@welii/ui-kit';
export const App = () => <Button>Click me</Button>;