0.1.0 • Published 4 years ago

shuttl-ui-library v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

shuttl-ui-library

Shuttl Frontend Component Library

NPM JavaScript Style Guide

Install

npm install --save shuttl-ui-library

Usage

import * as React from 'react';

import MyComponent from 'shuttl-ui-library';

class Example extends React.Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT © jayantbh