README
Blockstack Design System
Usage
yarn install
Work on Docs
yarn start
Build library
To build the component library and compile to /dist:
yarn prepare
Blockstack UI components built with css-in-js and styled-system.
<script type="module">
import blockstackUi from 'https://cdn.skypack.dev/blockstack-ui';
</script>
yarn install
yarn start
To build the component library and compile to /dist:
yarn prepare