2.1.0 • Published 5 years ago
react-week-notes v2.1.0
react-week-notes
A lib to make week notes.
Install
npm install --save react-week-notesUsage
import React from 'react'
import { ReactWeekNotes } from 'react-week-notes'
import 'react-week-notes/dist/index.css'
const notes = [
    {name: 'Homework', time: '10:30', day: 1}, 
]
const Example = () => {
    return <ReactWeekNotes notes={notes} color="#6baade" />
}License
MIT © cleysonLA