Socket
Socket
Sign inDemoInstall

@rsuite/multi-date-picker

Package Overview
Dependencies
35
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @rsuite/multi-date-picker

A date picker that can select multiple dates


Version published
Weekly downloads
47
increased by14.63%
Maintainers
6
Install size
15.9 MB
Created
Weekly downloads
 

Readme

Source

Multi DatePicker

A date picker that can select multiple dates

Installation

npm install @rsuite/multi-date-picker --save

Usage

import DatePicker from '@rsuite/multi-date-picker';
import '@rsuite/multi-date-picker/lib/styles.less'

const App = () => {
  return (
    <DatePicker />
  );
};

ReactDOM.render(<App />, mountNode);

Props

MultiDatePicker extends all the props of DatePicker, with different support:

PropertyType(Default)Description
valueDate[]Value (Controlled)
defaultValueDate[]Default value
onChange(Date[])=>voidCallback fired when value changed

License

MIT licensed

Keywords

FAQs

Last updated on 28 Oct 2021

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