🚀 Install library

Installation

$ npm install @crisak/ui

Import stylesheets

The following line can be included in your src/index.(js|tsx) or src/App.(js|tsx)

import '@crisak/ui/dist/style.css'

Usage

import { Input } from '@crisak/ui'

export default function App() {
  return <Input />
}

Doc of Storybook

The next link found all documentation of all components of react.

https://ld-ui.surge.sh/