An open API service indexing awesome lists of open source software.

https://github.com/tanvirstreame/toodle-calendar


https://github.com/tanvirstreame/toodle-calendar

package reactjs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Toodle Calendar

## Table of Contents

* [Installation](#installation)
* [Example](#example)

## Installation

To install, you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com):

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

## Example

Here is a simple example of toodle-calendar

```jsx
import Calendar from "toodle-calendar";

const App = () => {
const handleOnChange = (value) => {
console.log(value);
}
return (

);
}

export default App;

```