joyent-portal/packages/ui-toolkit
johnytiago 078513f603 feat(instances): adds cli-details UI 2018-06-04 14:30:07 +01:00
..
src feat(instances): adds cli-details UI 2018-06-04 14:30:07 +01:00
.babelrc test(ui-toolkit): initial tests 2017-12-22 01:08:27 +00: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
.stylelintrc style: global and simpler prettier config 2018-03-15 19:02:55 +00:00
.tern-project style: global and simpler prettier config 2018-03-15 19:02:55 +00:00
.yarnclean feat(my-joyent): fetch packages and implement filters 2017-09-14 12:26:57 +01:00
package.json feat(sg): bootstrap 2018-06-04 11:46:08 +01:00
readme.md chore: rename navigation 2018-02-28 11:22:52 +00:00
styleguide.config.js feat(ui-toolkit): update spacing guidelines 2018-05-16 17:06:21 +01:00

readme.md

ui-toolkit

License: MPL 2.0 standard-readme compliant

Table of Contents

Install

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

Usage

import React from 'react';
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