Socket
Socket
Sign inDemoInstall

@kremi151/chakra-datepicker

Package Overview
Dependencies
5
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kremi151/chakra-datepicker

A React datepicker written for chakra-ui with chakra-ui


Version published
Maintainers
1
Created

Readme

Source

chakra-datepicker

A lightweight datepicker for React & Chakra-UI

This is a fork of @orange_digital/chakra-datepicker, made compatible with Chakra UI 2.

Installation

$ yarn add @kremi151/chakra-datepicker
# or
$ npm install --save @kremi151/chakra-datepicker

Example usage:

import React from 'react';
import { DatePicker } from '@kremi151/chakra-datepicker';

export const Component: React.FC = () => {
    return (
        <DatePicker initialValue={new Date()} />
    )
}

Default styling image

Imgur

Contributing

The main purpose of this repository is to continue evolving chakra-datepicker, making it faster and easier to use. Development of this package happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving chakra-datepicker.

Good First Issues

To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.

License

Chakra-datepicker is MIT licensed.

Note: the contributing section is inspired by the React project's README

Keywords

FAQs

Last updated on 16 Jul 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc