joyent-portal/packages/ui-toolkit
Sérgio Ramos 1a8a91e41e feat(bundle): update cloudapi-gql dependency 2018-02-26 17:52:43 +00:00
..
src feat(bundle): update cloudapi-gql dependency 2018-02-26 17:52:43 +00: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
.eslintrc fix(ui-toolkit): overhaul components 2018-02-26 12:07:30 +00:00
.stylelintrc feat(my-joy-beta): navigation and tagoxony 2017-09-27 14:01:46 +01:00
.tern-project chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.yarnclean feat(my-joyent): fetch packages and implement filters 2017-09-14 12:26:57 +01:00
package.json fix(ui-toolkit): overhaul components 2018-02-26 12:07:30 +00:00
readme.md feat(images): mutate tags 2018-02-16 19:12:50 +00:00
styleguide.config.js fix(ui-toolkit): overhaul components 2018-02-26 12:07:30 +00: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 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