2.2.7 • Published 6 years ago

react-ja-date-picker v2.2.7

Weekly downloads
71
License
MIT
Repository
github
Last release
6 years ago

React ja Date Picker

Build Status npm

日本語に対応したカレンダーピッカーのReactコンポーネントです。

DEMO

使い方

ブラウザの場合はBrowserifywebpackrollupなどを使ってスクリプトにバンドルしてください。

install

$ npm install react react-dom prop-types react-ja-date-picker --save

static import with JSX

import React      from 'react'
import { render } from 'react-dom'
import DatePicker from 'react-ja-date-picker'

render(
  <DatePicker />,
  document.getElementById('app')
)

development

$ git clone git@github.com:ai-ot/react-ja-date-picker.git
$ cd react-ja-date-picker
$ npm install
$ npm test  
$ npm run build
$ npm start

release (for commiters)

$ npm version patch -m"Release note"
2.2.7

6 years ago

2.2.6

6 years ago

2.2.5

7 years ago

2.2.4

7 years ago

2.2.3

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.0

7 years ago