8a0a0a4457
* feat(ui-toolkit): abstract view-container in the Header implementation * fix(ui-toolkit): import react in triton-beta logo this fixes a missing import error because svgs are compiled to react components * style(ui-toolkit): convert px leftovers |
||
---|---|---|
.. | ||
etc | ||
src | ||
test | ||
.babelrc | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc | ||
.stylelintrc | ||
.tern-project | ||
.yarnclean | ||
package.json | ||
README.md | ||
styleguide.config.js |
joyent-portal-ui-toolkit
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