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

32 lines
505 B
Markdown
Raw Normal View History

2020-04-03 13:35:01 +02:00
# test
>
[![NPM](https://img.shields.io/npm/v/test.svg)](https://www.npmjs.com/package/test) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save test
```
## Usage
```jsx
import React, { Component } from 'react'
import MyComponent from 'test'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
```
## License
© [Erica](https://github.com/Erica)