lxdao-ui
v0.1.15
Published
This library is made by a LXDAOLogo and a LXDAOIntroduction components.
Readme
How To Use
npm install --save lxdao-ui
import { LXDAOLogo, LXDAOIntroduction } from "lxdao-ui";
<LXDAOLogo/>
<LXDAOIntroduction/>
dev
add components in src/components
add story in src/stories
build
npm run buildpublish
npm pack && npm publish --access publicpublish docs
npm run build-storybookthen push code to github
