/datepicker

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

The UnlicenseUnlicense

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