joyent-portal/packages/ui-toolkit
Sérgio Ramos 882cb68ec2 feat(ui-toolkit): a more reusable ui-toolkit
- remove dependencies on redux-form, react-router-dom, and react-redux.
 - work with every font, and don't bundle fonts
 - don't bundle editor
2017-12-15 15:23:38 +00:00
..
etc fix(ui-toolkit): header, button, and checkbox. new toggle 2017-12-06 15:03:40 +00:00
src feat(ui-toolkit): a more reusable ui-toolkit 2017-12-15 15:23:38 +00:00
test docs(ui-toolkit): new styleguide layout 2017-12-15 14:39:37 +00:00
.babelrc feat(boilerplate): create next-like boilerplate for quick prototypes 2017-10-19 22:15:52 +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 smaller and simpler Card api (#821) 2017-10-31 10:03:44 +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
README.md feat(ui-toolkit): detach icons into its own package 2017-11-24 15:09:08 +00:00
package.json feat(ui-toolkit): a more reusable ui-toolkit 2017-12-15 15:23:38 +00:00
styleguide.config.js docs(ui-toolkit): new styleguide layout 2017-12-15 14:39:37 +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