8000 GitHub - louis61619/base-ui: create a ui library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

louis61619/base-ui

Repository files navigation

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
0