joyent-portal/packages/ui-toolkit
JUDIT GRESKOVITS 8cd863f394 fix(joyent-cp-frontend,joyent-ui-toolkit): Uuids become ids 2017-06-01 15:05:10 +01:00
..
etc chore: setup docker-compose.yml 2017-05-30 18:54:20 +01:00
src fix(joyent-cp-frontend,joyent-ui-toolkit): Uuids become ids 2017-06-01 15:05:10 +01:00
styleguide feat(joyent-ui-toolkit,joyent-cp-frontend): Quick actions show and hide 2017-06-01 11:08:32 +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(joyent-ui-toolkit): ignore styleguide 2017-05-30 14:13:38 +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 16:07:31 +01:00
Dockerfile chore: setup docker-compose.yml 2017-05-30 18:54:20 +01:00
README.md docs: add demo links to readmes 2017-06-01 11:59:06 +01:00
package.json style: update root lint rules 2017-05-31 20:17:12 +01:00
styleguide.config.js feat(joyent-ui-toolkit,joyent-cp-frontend): Quick actions show and hide 2017-06-01 11:08:32 +01:00
yarn.lock fix(styled-is): add missing dependency - redrun 2017-05-31 20:57:17 +01:00

README.md

joyent-portal-ui-toolkit

Docker Repository on Quay License: MPL 2.0 standard-readme compliant demo master demo staging

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