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

34 lines
583 B
Markdown
Raw Normal View History

# walburga
>
[![NPM](https://img.shields.io/npm/v/walburga.svg)](https://www.npmjs.com/package/walburga) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
Check it out on [Netlify](https://walburga.netlify.app).
## Install
```bash
npm install --save walburga
```
## Usage
```jsx
import React, { Component } from 'react'
import MyComponent from 'walburga'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
```
## License
© [starf](https://github.com/starf)