react-week-notes
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i react-week-notes

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

25.1 kB

Total Files

9

Last publish

Collaborators

  • cleysondev