Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milanzeisler/react-openpoetry
A simple React Component for practicing/learning a poem easier for students and anyone.
https://github.com/milanzeisler/react-openpoetry
component component-library gatsby library poem poetry react reactjs
Last synced: 23 days ago
JSON representation
A simple React Component for practicing/learning a poem easier for students and anyone.
- Host: GitHub
- URL: https://github.com/milanzeisler/react-openpoetry
- Owner: milanzeisler
- Created: 2021-03-31T16:22:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T11:25:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T04:11:37.867Z (3 months ago)
- Topics: component, component-library, gatsby, library, poem, poetry, react, reactjs
- Language: JavaScript
- Homepage: https://lefizzy.github.io/react-openpoetry/
- Size: 648 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-openpoetry
> A simple React Component for practicing/learning a poem easier for students and anyone.
[![NPM](https://img.shields.io/npm/v/react-openpoetry.svg)](https://www.npmjs.com/package/react-openpoetry) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save react-openpoetry
```## Usage
```jsx
import React, { Component } from 'react'import MyComponent from 'react-openpoetry'
import 'react-openpoetry/dist/index.css'class Example extends Component {
render() {
return (
)
}
}
```## License
GPL-3.0 © [https://github.com/lefizzy](https://github.com/lefizzy)