Skip to content

Simple date picker and calendar made for React and Day.js

Notifications You must be signed in to change notification settings

grzracz/react-dayjs-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed33649 · Jul 6, 2021

History

21 Commits
Jul 6, 2021
Jul 6, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 5, 2021
Jul 6, 2021
Jul 4, 2021
Jul 5, 2021

Repository files navigation

react-dayjs-picker

Simple date picker and calendar made for React and Day.js

NPM JavaScript Style Guide License

Demo/Documentation

Demo and API docs are available here!

Install

npm install --save react-dayjs-picker

or

yarn add react-dayjs-picker

Usage

import React, { FC, useState } from 'react'

import { DatePicker } from 'react-dayjs-picker'
import 'react-dayjs-picker/dist/index.css'

export const Example: FC = () => {
    const [open, setOpen] = useState(false)

    return <DatePicker isOpen={open} setIsOpen={setOpen} />
}

License

MIT © grzracz

About

Simple date picker and calendar made for React and Day.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published