1.5.0 • Published 3 years ago

react-calendar-picker v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

react-calendar-picker

Whenever I start a new project, I don't know what to write for the first commit. After doing a “git init” there is technically nothing there...

Install

npm install -S react-calendar-picker

Usage

import React, { useState } from 'react'
import Calendar from 'react-calendar-picker'

const App = () =>{
  const [stateCalendar,setStateCalendar] = useState({
    year: '',
    month: '',
    day: '',
  })

  return(
    <Calendar setState={setStateCalendar} />
  )
}

License

random-msg is released under the MIT License.

1.5.0

3 years ago

1.2.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.3

5 years ago