@rsuite/timezone-picker
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

@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

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

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

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

  • data
  • valueKey
  • labelKey
  • groupBy

Note

PeerDependency

  • react >= 16.8
  • rsuite >= 5.0

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.1
    3
  • 0.3.0
    0
  • 0.2.1
    0
  • 0.2.0
    0

Package Sidebar

Install

npm i @rsuite/timezone-picker

Weekly Downloads

1

Version

0.3.1

License

MIT

Unpacked Size

19.5 kB

Total Files

18

Last publish

Collaborators

  • vingeray
  • simonguo
  • superman66
  • hiyangguo
  • sevenoutman
  • undor
  • leihanchenzhou