Small formatting updates to download.md (#707)
This commit is contained in:
parent
827f3d2ea0
commit
3d99fda795
@ -1,15 +1,15 @@
|
|||||||
The code can be found in:
|
The code can be found in:
|
||||||
|
|
||||||
* [Github](https://github.com/yldio/joyent-portal/tree/master/packages/ui-toolkit)
|
* [GitHub](https://github.com/yldio/joyent-portal/tree/master/packages/ui-toolkit)
|
||||||
* [NPM](https://www.npmjs.com/package/joyent-ui-toolkit)
|
* [npm](https://www.npmjs.com/package/joyent-ui-toolkit)
|
||||||
|
|
||||||
#### Install
|
### Install
|
||||||
|
|
||||||
```bash static
|
```bash static
|
||||||
yarn add joyent-portal-ui-toolkit
|
yarn add joyent-portal-ui-toolkit
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Usage
|
### Usage
|
||||||
|
|
||||||
```js static
|
```js static
|
||||||
import { H1 } from 'joyent-portal-ui-toolkit'
|
import { H1 } from 'joyent-portal-ui-toolkit'
|
||||||
@ -19,10 +19,10 @@ export default () => (
|
|||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Demo
|
### Demo
|
||||||
|
|
||||||
```bash static
|
```bash static
|
||||||
yarn styleguide
|
yarn styleguide
|
||||||
```
|
```
|
||||||
|
|
||||||
open http://0.0.0.0:6060
|
Open ``http://0.0.0.0:6060``
|
||||||
|
Loading…
Reference in New Issue
Block a user