All Projects β†’ YutHelloWorld β†’ Calendar

YutHelloWorld / Calendar

Licence: mit
πŸ“… A lightweight calendar build with react.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Calendar

Leantime
Leantime is a lean project management system for innovators. Designed to help you manage your projects from ideation to delivery.
Stars: ✭ 702 (+5300%)
Mutual labels:  calendar
React Native Calendars
React Native Calendar Components πŸ—“οΈ πŸ“†
Stars: ✭ 7,363 (+56538.46%)
Mutual labels:  calendar
Table calendar
Highly customizable, feature-packed Flutter Calendar with gestures, animations and multiple formats
Stars: ✭ 897 (+6800%)
Mutual labels:  calendar
React Date Picker
A date picker for your React app.
Stars: ✭ 715 (+5400%)
Mutual labels:  calendar
Laravel Google Calendar
Manage events on a Google Calendar
Stars: ✭ 787 (+5953.85%)
Mutual labels:  calendar
Electron Jalali Calendar
πŸ“† A simple menubar app for Jalali calendar built by Electron and React
Stars: ✭ 16 (+23.08%)
Mutual labels:  calendar
Material Calendarview
A Material design back port of Android's CalendarView
Stars: ✭ 5,755 (+44169.23%)
Mutual labels:  calendar
Rsdayflow
iOS 7+ Calendar (Date Picker) with Infinite Scrolling.
Stars: ✭ 843 (+6384.62%)
Mutual labels:  calendar
Angular Bootstrap Calendar
A port of the bootstrap calendar widget to AngularJS (no jQuery required!)
Stars: ✭ 803 (+6076.92%)
Mutual labels:  calendar
Moment.php
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
Stars: ✭ 900 (+6823.08%)
Mutual labels:  calendar
Koyomi
Simple customizable calendar component in Swift πŸ“†
Stars: ✭ 716 (+5407.69%)
Mutual labels:  calendar
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+5607.69%)
Mutual labels:  calendar
Ical
iCal-creator for PHP
Stars: ✭ 891 (+6753.85%)
Mutual labels:  calendar
Vue Ctk Date Time Picker
VueJS component to select dates & time, including a range mode
Stars: ✭ 707 (+5338.46%)
Mutual labels:  calendar
Github Spray
Draw on your GitHub contribution graph β–‘β–’β–“β–ˆ
Stars: ✭ 908 (+6884.62%)
Mutual labels:  calendar
Oncall
Oncall is a calendar tool designed for scheduling and managing on-call shifts. It can be used as source of dynamic ownership info for paging systems like http://iris.claims.
Stars: ✭ 702 (+5300%)
Mutual labels:  calendar
Vue Calendar
πŸ† 基于 vue 2.0 εΌ€ε‘ηš„θ½»ι‡οΌŒι«˜ζ€§θƒ½ζ—₯εŽ†η»„δ»Ά
Stars: ✭ 828 (+6269.23%)
Mutual labels:  calendar
Twake
Twake is a secure open source collaboration platform to improve organizational productivity.
Stars: ✭ 862 (+6530.77%)
Mutual labels:  calendar
React Material Calendar
React component inspired by google calendar app.
Stars: ✭ 25 (+92.31%)
Mutual labels:  calendar
Vue Responsive Calendar
A responsive calendar component for Vue.js
Stars: ✭ 17 (+30.77%)
Mutual labels:  calendar

vortex-calendar

NPM version build status node version npm download npm license

A light calendar πŸ“… . (gzipped: 2.45K)

πŸ‘‰ Online

Installation

# npm install vortex-calendar
yarn add vortex-calendar

Usage

import Calendar from 'vortex-calendar'
import React from 'react'
import {render} from 'react-dom'

const MOUNT_NODE = document.getElementById('root')
render(<Calendar
  minDate="2017-06-01"
  locale="zh"
  onSelect={(v) => console.log(v)}
/>, MOUNT_NODE)

Prop Types

Property Type Default Description
minDate String ('YYYY-MM-DD') The minimum date that is selectable
maxDate String ('YYYY-MM-DD') The maximum date that is selectable
onSelect Function Callback invoked after date select
locale String 'en' By default, calendar comes with the English locale.
You can set 'zh' for Chinese.

Contributing

  • Clone this repository.

    git clone https://github.com/YutHelloWorld/calendar.git <your project name>
    cd <your project name>
    
  • Install all dependencies by yarn or npm i.Then code in ./src.

  • Run yarn build && yarn start to see changes with demo.

  • Pull your request.

License

The MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].