2.1.0 • Published 4 years ago

react-week-notes v2.1.0

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

react-week-notes

A lib to make week notes.

NPM JavaScript Style Guide

Install

npm install --save react-week-notes

Usage

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