joyent-portal/packages/ui-toolkit/src/download.md

27 lines
428 B
Markdown
Raw Normal View History

The code can be found in:
2017-10-19 16:36:18 +03:00
* [GitHub](https://github.com/yldio/joyent-portal/tree/master/packages/ui-toolkit)
* [npm](https://www.npmjs.com/package/joyent-ui-toolkit)
### Install
```bash static
yarn add joyent-portal-ui-toolkit
```
### Usage
```js static
2018-04-06 17:53:44 +03:00
import { H1 } from 'joyent-portal-ui-toolkit';
2018-04-06 17:53:44 +03:00
export default () => <H1>Hello World</H1>;
```
### Demo
```bash static
yarn styleguide
```
2017-10-12 21:15:51 +03:00
Open `http://0.0.0.0:6060`