1
0
Fork 0
freesewing/packages/lucy/README.md

32 lines
537 B
Markdown
Raw Normal View History

2022-03-19 15:58:52 +01:00
# lucy
> historical tie on pocket
[![NPM](https://img.shields.io/npm/v/lucy.svg)](https://www.npmjs.com/package/lucy) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save lucy
```
## Usage
```jsx
import React, { Component } from 'react'
import MyComponent from 'lucy'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
```
## License
© [SeaZeeZee](https://github.com/SeaZeeZee)