0.1.0 • Published 4 years ago

react-sundial v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-sundial

Made with create-react-library

NPM JavaScript Style Guide

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

0.1.0

4 years ago