joyent-portal/packages/ui-toolkit
Sérgio Ramos 7bf95fd551 fix(ui-toolkit): compile on postinstall 2017-05-25 15:31:22 +01:00
..
src chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.babelrc chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.dockerignore chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.eslintignore chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.eslintrc chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.stylelintrc chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.tern-project chore: initial lerna setup 2017-05-25 10:56:50 +01:00
CHANGELOG.md chore: publish 2017-05-25 14:21:02 +01:00
README.md chore: initial lerna setup 2017-05-25 10:56:50 +01:00
package.json fix(ui-toolkit): compile on postinstall 2017-05-25 15:31:22 +01:00
styleguide.config.js chore: initial lerna setup 2017-05-25 10:56:50 +01:00
yarn.lock chore: update lockfiles 2017-05-25 14:48:30 +01:00

README.md

joyent-portal-ui-toolkit

License: MPL 2.0 standard-readme compliant

Table of Contents

Install

yarn add --dev joyent-portal-ui-toolkit

Usage

import { H1 } from 'joyent-portal-ui-toolkit'

export default () => (
  <H1>Hello World</H1>
);

Demo

npm run styleguide
open http://0.0.0.0:6060

License

MPL-2.0