lxdao-ui
v0.1.15
Published
This library is made by a LXDAOLogo and a LXDAOIntroduction components.
Downloads
11
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 build
publish
npm pack && npm publish --access public
publish docs
npm run build-storybook
then push code to github