2.2.7 • Published 7 years ago
react-ja-date-picker v2.2.7
React ja Date Picker
日本語に対応したカレンダーピッカーのReactコンポーネントです。
使い方
ブラウザの場合はBrowserify、webpack、rollupなどを使ってスクリプトにバンドルしてください。
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
7 years ago
2.2.6
7 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
8 years ago
2.0.0
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.0
8 years ago