this is a react components ui library, written in TypeScript with predictable static types.
npm i lcl-ui
or
yarn add lcl-ui
import { Button } from 'lcl-ui'
<Button btnType="primary" size="large">
Button
</Button>
import style
import 'lcl-ui/dist/index.css'
if you want test in loacl, use this
npm run storybook