0.13.2 • Published 2 years ago

choc-datetimepicker v0.13.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

All Contributors

Introduction

This is a Date and Time picker package for Chakra UI. It aims to provide a very composable API that gives you full control of the rendering of every component in your picker, from the container to arrows to each date. You decide where they render and how they look, no buttonStyles, activeDateStyles... You decide if you even want it to be a button is the first place, all while still getting all the features a date picker should offer and in the locale of your choice.

In short; you're the boss.

Install

npm i --save choc-datetimepicker
#or
yarn add choc-datetimepicker

Add react Icons(optional if you're not using our default Buttons)

npm i --save react-icons
#or
yarn add react-icons

Preview

Docs in Progress...

Upcoming features

  • Multi date selection
  • Time Picker

Contribute

  • Clone this repository
git clone https://github.com/anubra266/choc-datetimepicker.git
  • Install all dependencies (with yarn)
yarn
  • Install package example dependencies (with yarn)
cd example
yarn

Start the package server, and the example server

# root directory
yarn start

# example directory with (cd example)
yarn dev

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

0.13.2

2 years ago

0.13.1

2 years ago

0.13.0

2 years ago

0.12.0

2 years ago

0.11.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago