Socket
Socket
Sign inDemoInstall

choc-datetimepicker

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

choc-datetimepicker

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


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source


📅
choc-datetimepicker



npm package npm  downloads NPM

GitHub Repo stars

All Contributors


DateTimePicker Component for the Chakra UI Library.




npm i choc-datetimepicker





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

CleanShot 2022-01-16 at 15 57 37@2x CleanShot 2022-01-16 at 15 57 47@2x

Docs in Progress...

Upcoming features

  • Multi date selection
  • Range date picker
  • 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):


Abraham

💻

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

FAQs

Package last updated on 22 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc