0.0.1-alpha.18 • Published 4 years ago

@blockle/ui v0.0.1-alpha.18

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

@blockle/ui

Get started

Install with yarn

yarn add @blockle/ui

Install with npm

npm install --save @blockle/ui

Basic example

import '@blockle/ui/dist/blockle-ui.css';
import { Button } from '@blockle/ui';

const MyComponent = () => <Button>Hi</Button>;