https://github.com/gillkyle/react-divider
https://github.com/gillkyle/react-divider
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gillkyle/react-divider
- Owner: gillkyle
- Created: 2018-06-20T06:08:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T06:09:00.000Z (about 7 years ago)
- Last Synced: 2025-04-05T05:57:52.604Z (3 months ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-divider
> page section dividers as react components
[](https://www.npmjs.com/package/react-divider) [](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)