1.0.1 • Published 2 years ago

lsbiz-ui v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

LSBIZ-UI

Common Components for Formula Calculations

install

pnpm i lsbiz-ui

Usage

import React from 'react'
import { Button } from 'lsbiz-ui';

React.render(<Button />, mountNode);

Document

https://lawson-yu.github.io/lsbiz-ui

Runtime

# clone
git clone git@github.com:lawson-yu/lsbiz-ui.git

# install dep
pnpm i

# runtime
pnpm run dev