Skip to content

Latest commit

 

History

History
executable file
·
41 lines (27 loc) · 505 Bytes

README.md

File metadata and controls

executable file
·
41 lines (27 loc) · 505 Bytes

lcl-ui

this is a react components ui library, written in TypeScript with predictable static types.

demo

Install

npm i lcl-ui

or

yarn add lcl-ui

Usage

import { Button } from 'lcl-ui'

<Button btnType="primary" size="large">
  Button
</Button>

import style

import 'lcl-ui/dist/index.css'

Development

if you want test in loacl, use this

npm run storybook