An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tempocal

[![npm](https://badgen.net/npm/v/@tempocal/react)](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
```