New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rsuite/timezone-picker

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rsuite/timezone-picker

timezone picker

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
23
53.33%
Maintainers
6
Weekly downloads
 
Created
Source

@rsuite/timezone-picker

时区选择器

English | 中文版

Installation

yarn add @rsuite/timezone-picker
// or use npm
npm i @rsuite/timezone-picker

Usage

import TimezonePicker from '@rsuite/timezone-picker';
import '@rsuite/timezone-picker/lib/styles/index.less';

export default () => {
  return (
    <TimeZonePicker />
  );
}

Props

属性名称类型(默认值)描述
disableGroupboolean(false)禁用分组
iconunion: SVGSymbol,string,ReactElement自定义 value 或者 placeholder 前面的图标

此外 TimeZonePicker 还继承了大多数的 @rsuite/SelectPickerProps

注意: TimezonePicker 并不是支持 SelectPicker 所有的属性,以下属性是不支持的。

  • data
  • valueKey
  • labelKey
  • groupBy

Note

PeerDependency

  • react >= 16.8
  • rsuite >= 5.0

Keywords

rsuite

FAQs

Package last updated on 10 Aug 2020

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