Skip to content

tanvirstreame/toodle-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toodle Calendar

Table of Contents

Installation

To install, you can use npm or yarn:

$ npm install toodle-calendar
$ yarn add toodle-calendar

Example

Here is a simple example of toodle-calendar

import Calendar from "toodle-calendar";

const App = () => {
  const handleOnChange = (value) => {
    console.log(value);
  }
  return (
    <Calendar 
      handleOnChange={handleOnChange} 
      inputBoxClassName="add-your-custom-css"
    />
  );
}

export default App;

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published