react-sundial
v0.1.0
Published
A React calendar component.
Downloads
2
Readme
react-sundial
Made with create-react-library
Install
npm install --save react-sundial
Usage
import React, { Component } from 'react'
import MyComponent from 'react-sundial'
import 'react-sundial/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © IanSmith89