Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bryanberger98/datepicker

Flexible date picker for React. Composable. Customizable. Open Source.
https://github.com/bryanberger98/datepicker

calendar datepicker react react-component

Last synced: about 2 months ago
JSON representation

Flexible date picker for React. Composable. Customizable. Open Source.

Awesome Lists containing this project

README

        

# @bryanberger/datepicker

Flexible date picker for React. Composable. Customizable. Open Source.

![Datepickers preview](preview.png)

## Usage

**Install the package.**

```bash
npm install @bryanberger/datepicker
```

**Compose your calendar.**

```ts
import { Calendar } from '@bryanberger/datepicker';
import { ChevronLeft, ChevronRight } from 'lucide-react';

const MyDatePicker = () => {

return (

















);
};

export default MyDatePicker;
```

## Documentation

Not available yet.

## License

Under [MIT license](https://github.com/BryanBerger98/datepicker/blob/main/LICENSE.txt).