32 lines
600 B
Markdown
32 lines
600 B
Markdown
![]() |
# workbench
|
||
|
|
||
|
> A React component to facilitate freesewing pattern design
|
||
|
|
||
|
[](https://www.npmjs.com/package/workbench) [](https://standardjs.com)
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```bash
|
||
|
npm install --save workbench
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```jsx
|
||
|
import React, { Component } from 'react'
|
||
|
|
||
|
import MyComponent from 'workbench'
|
||
|
|
||
|
class Example extends Component {
|
||
|
render () {
|
||
|
return (
|
||
|
<MyComponent />
|
||
|
)
|
||
|
}
|
||
|
}
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
MIT © [freesewing](https://github.com/freesewing)
|