433 B
433 B
The code can be found in:
Install
yarn add joyent-portal-ui-toolkit
Usage
import { H1 } from 'joyent-portal-ui-toolkit'
export default () => (
<H1>Hello World</H1>
);
Demo
yarn styleguide
open http://0.0.0.0:6060