toodle-calendar

1.0.17 • Public • Published

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;

Package Sidebar

Install

npm i toodle-calendar

Weekly Downloads

1

Version

1.0.17

License

none

Unpacked Size

37.1 kB

Total Files

25

Last publish

Collaborators

  • tanvirstreame