0.2.3 • Published 4 years ago

@omarefg/react-date-events v0.2.3

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

react-date-events

React component to create a calendar and add reminders to it.

Example project

First you'll need to download the project.

git clone git@github.com:omarefg/react-date-events.git

Installation:

yarn install

or

npm install

Run the project

yarn start

or

npm start

The local server will open on http://localhost:3021

Install the package

Installation

npm install -S @omarefg/react-date-events

or

yarn install -S @omarefg/react-date-events

Usage

    import React from 'react'
    import Calendar from '@omarefg/react-date-events'
    import '@omarefg/react-date-events/lib/main.css'

    const Foo = () => {
        return (
            <Calendar/>
        )
    }

Props API