hosman-material-test
v0.0.62
Published
Hosman React components library
Readme
hosman-material
Hosman React components library
Run locally
To run the component library:
yarn devTo run storybook:
yarn storybookStorybook will be accessible on http://localhost:6006/
Install
yarn add --save hosman-materialUsage
import React from 'react'
import MyComponent from 'hosman-material'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © cdevolder
