1.0.0 • Published 2 years ago

itwaves17-calender v1.0.0

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

itwaves-react-calender

made with react

NPM JavaScript Style Guide

Install

npm install --save itwaves-react-calender

Usage

import React, { Component } from 'react'

import CalendarComponent from 'itwaves17-calender'
import 'itwaves17-calender/dist/index.css'

class Example extends Component {
  render() {
    return (
      <CalendarComponent
        todoList={['gym', 'walk']}
        selectedDate={'2023/04/08'}
      />
    )
  }
}

License

MIT © itwavesakshay

1.0.0

2 years ago