Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gillkyle/react-divider


https://github.com/gillkyle/react-divider

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-divider

> page section dividers as react components

[![NPM](https://img.shields.io/npm/v/react-divider.svg)](https://www.npmjs.com/package/react-divider) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-divider
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'react-divider'

class Example extends Component {
render () {
return (

)
}
}
```

## License

MIT © [gillkyle](https://github.com/gillkyle)