https://github.com/zertz/tempocal
๐
Highly flexible building blocks to craft calendars with Temporal API
https://github.com/zertz/tempocal
calendar component headless hooks react react-hooks temporal
Last synced: about 1 year ago
JSON representation
๐ Highly flexible building blocks to craft calendars with Temporal API
- Host: GitHub
- URL: https://github.com/zertz/tempocal
- Owner: Zertz
- License: mit
- Created: 2021-11-25T22:05:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T20:10:04.000Z (about 1 year ago)
- Last Synced: 2025-05-13T01:01:43.973Z (about 1 year ago)
- Topics: calendar, component, headless, hooks, react, react-hooks, temporal
- Language: TypeScript
- Homepage: https://tempocal.pierluc.io/
- Size: 750 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tempocal
[](https://www.npmjs.com/package/@tempocal/react)
> Highly flexible building blocks to craft calendars with Temporal API
๐ **Check out the [documentation](https://tempocal.pierluc.io/#documentation) and [interactive examples](https://tempocal.pierluc.io/#examples)!**
## Features
- ๐ฐ Built on [Temporal API](https://github.com/tc39/proposal-temporal) (stage 3) and [temporal-polyfill](https://github.com/js-temporal/temporal-polyfill)
- ๐ค Works great with [Intl API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl)
- ๐ Bring your own DOM!
- โจ Calendars, date pickers (with or without time), date range, anything goes!
- ๐คนโโ๏ธ Well suited for complex use cases!
- ๐ค Available as ESM and CJS!
## Getting started
**npm**
```
npm install @tempocal/react @js-temporal/polyfill
```