onesine / react-tailwindcss-datepicker

Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.
https://react-tailwindcss-datepicker.vercel.app/
MIT License
552 stars 169 forks source link

Missing comma in demo code #220

Closed peanutsee closed 3 months ago

peanutsee commented 11 months ago
const [value, setValue] = useState({ 
    startDate: null 
    endDate: null 
}); 

A comma is missing in the example above.

onesine commented 3 months ago

Thanks for this feedback