Skip to content

react-melon/melon-calendar

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

melon-calendar

Coverage Status Version Build

DatePicker Components in React Melon Family

members

  • Calendar - pick a date
  • RangeCalendar - Select a date interval by day
  • UnitCalendar - Select a date interval by week, month or year

Screenshots

  • Calendar

Calendar

  • RangeCalendar & UnitCalendar

Calendar

Install

npm

melon-calendar

bower

bower install melon-calendar

Usage

import React from 'react';
import ReactDOM from 'react-dom';

import Calendar from 'melon-calendar';
import RangeCalendar from 'melon-calendar/lib/RangeCalendar';
import UnitCalendar from 'melon-calendar/lib/UnitCalendar';

ReactDOM.render(<Calendar />, container);

Examples

demo

Test Case

npm test