Skip to content

Minimalistic datepicker component for React, built with Tailwind, Framer Motion & Typescript.

License

Notifications You must be signed in to change notification settings

driaug/datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Datepicker Component

A minimalistic datepicker for React. Built with Tailwind & Framer Motion

Alt text

Basic Usage

  • Copy the component to your own project
  • Install dependencies: yarn add framer-motion lucide-react
<Datepicker onChange={(date) => console.log(date)} />

Parameters

Parameter Type Use
onChange (date => void; Function that will trigger when the date is changed

About

Minimalistic datepicker component for React, built with Tailwind, Framer Motion & Typescript.

Topics

Resources

License

Stars

Watchers

Forks