https://github.com/Avarios/use-lilius
📅 A headless calendar hook for React.
https://github.com/Avarios/use-lilius
calendar date-fns datepicker headless-ui react
Last synced: 10 months ago
JSON representation
📅 A headless calendar hook for React.
- Host: GitHub
- URL: https://github.com/Avarios/use-lilius
- Owner: Avarios
- License: mit
- Created: 2021-03-21T01:07:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T15:28:41.000Z (almost 2 years ago)
- Last Synced: 2025-08-27T02:56:11.945Z (10 months ago)
- Topics: calendar, date-fns, datepicker, headless-ui, react
- Language: TypeScript
- Homepage: https://use-lilius.vercel.app/
- Size: 3.05 MB
- Stars: 277
- Watchers: 2
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
📅 use-lilius
[
](https://en.wikipedia.org/wiki/Aloysius_Lilius)
A headless calendar hook for React.
[](https://www.npmjs.com/package/use-lilius)


[](https://deepscan.io/dashboard#view=project&tid=16450&pid=19746&bid=517163)
[](https://conventionalcommits.org)
[](LICENSE)

## Installation
```zsh
yarn add use-lilius
```
## Usage
- The [API docs](docs/README.md) should help you get started.
- See [Storybook](https://use-lilius.vercel.app/) for some
examples built with `use-lilius` and [Chakra](https://chakra-ui.com/).
## Shout-Outs
- [dayzed](https://github.com/deseretdigital/dayzed) was the first thing I
looked into when creating this library. while it didn't suit my needs, it might suit yours.
- [date-fns](https://date-fns.org/) isn't a calendar library, but it's easy
enough to roll your own with it.
## LICENSE
[MIT](LICENSE)