joyent-portal/packages/ui-toolkit
Inayaili de León Persson 525440c09b Copy updates to anchor readme (#714)
* Updates to get started

- Removed purpose.md
- Updated copy on contribute.md, faq.md and support.md

* Remove file structure and update structure

* Copy updates to anchors readme
2017-10-04 17:38:59 +01:00
..
etc feat(ui-toolkit): typography and getting started 2017-09-26 12:12:15 +01:00
src Copy updates to anchor readme (#714) 2017-10-04 17:38:59 +01:00
.babelrc feat: improved range slider 2017-09-18 12:12:01 +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 feat(my-joyent): fetch packages and implement filters 2017-09-14 12:26:57 +01: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 build: update config files to support containerpilot v3 2017-06-20 00:18:34 +01:00
package.json feat(ui-toolkit): add editor component 2017-10-03 14:47:41 +01:00
styleguide.config.js Updated order of components and fallback font (#715) 2017-10-04 17:19: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