Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)