react-sections
v1.0.1
Published
Made with create-react-library
Downloads
1
Readme
react-sections
Made with create-react-library
Install
npm install --save react-sections
Usage
import React, { Component } from 'react'
import MyComponent from 'react-sections'
import 'react-sections/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © wellspr