Dates
@mantine/dates
Calendars, date and time pickers based on Mantine components
Component Libraries
calendar
components
date
frontend
library
next
nextjs
picker
react
time
Stars
355
Weekly
1.2M
Open issues
4
Bundle
~25 kB
Installation
npm install @mantine/datesCode example
import { Button, Group } from "@mantine/core";
export function Example() {
return (
<Group>
<Button>Save</Button>
<Button variant="light">Cancel</Button>
</Group>
);
}Pros & cons
Pros
- Actively maintained by Vitaly Rtishchev
- 1.2M weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Not supported in React Native
- 4 open issues on GitHub