Files
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00

895 B
Raw Permalink Blame History

:: BASE_DOC ::

API

PickerItem Props

name type default description required
format Function - Typescript(option: PickerItemOption, columnIndex: number) => PickerItemOption N
options Array [] TypescriptPickerItemOption[] interface PickerItemOption { label: string; value: string | number; icon?: string }see more ts definition N

PickerItem Slots

name Description
label-suffix--[index] -

CSS Variables

The component provides the following CSS variables, which can be used to customize styles.

Name Default Value Description
--td-picker-item-active-color @text-color-primary -
--td-picker-item-color @text-color-secondary -
--td-picker-item-font-size @font-size-m -