2021-09-13 23:07:09 +02:00
|
|
|
# walburga
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
[](https://www.npmjs.com/package/walburga) [](https://standardjs.com)
|
|
|
|
|
2021-09-13 23:29:46 +02:00
|
|
|
Check it out on [Netlify](https://walburga.netlify.app).
|
|
|
|
|
2021-09-13 23:07:09 +02:00
|
|
|
## 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)
|