0.0.62 • Published 2 years ago

hosman-material-test v0.0.62

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

hosman-material

Hosman React components library

Run locally

To run the component library:

yarn dev

To run storybook:

yarn storybook

Storybook will be accessible on http://localhost:6006/

Install

yarn add --save hosman-material

Usage

import React from 'react'

import MyComponent from 'hosman-material'

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

License

MIT © cdevolder

hosman-material