joyent-portal/packages/ui-toolkit
JUDIT GRESKOVITS 1eac90c79a feat: initial metrics implementation 2017-08-25 18:29:47 +01:00
..
etc build: s/sensors.sh/sensors 2017-06-20 14:48:05 +01:00
src feat: initial metrics implementation 2017-08-25 18:29:47 +01:00
.babelrc chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.dockerignore build: ignore package-lock 2017-06-20 14:44:27 +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: use yarn workspaces 2017-08-04 00:51:24 +01:00
README.md build: update config files to support containerpilot v3 2017-06-20 00:18:34 +01:00
package.json chore: simplify frontend docker image 2017-08-03 23:00:01 +01:00
styleguide.config.js test(ui-toolkit): unit tests 2017-07-26 15:21:35 +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