Ecosyste.ms: Awesome

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

https://github.com/its-danny/use-lilius

📅 A headless calendar hook for React.
https://github.com/its-danny/use-lilius

calendar date-fns datepicker headless-ui react

Last synced: 2 months ago
JSON representation

📅 A headless calendar hook for React.

Lists

README

        


📅 use-lilius

[](https://en.wikipedia.org/wiki/Aloysius_Lilius)

A headless calendar hook for React.

[![npm](https://img.shields.io/npm/v/use-lilius)](https://www.npmjs.com/package/use-lilius)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/its-danny/use-lilius/test)
![LGTM Alerts](https://img.shields.io/lgtm/alerts/github/its-danny/use-lilius)
[![DeepScan grade](https://deepscan.io/api/teams/16450/projects/19746/branches/517163/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=16450&pid=19746&bid=517163)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-pink.svg)](https://conventionalcommits.org)
[![License](https://img.shields.io/github/license/its-danny/use-lilius)](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)