FunctionNavigation({ children, active, onChange, className = '', style, ...props }: NavigationProps)
packages/react/src/components/Navigation/Navigation.tsx:17
FunctionProgressIndicator({ children, active = 0, loading, onChange, className = '', style, ...props }: ProgressIndicatorProps)
packages/react/src/components/ProgressIndicator/ProgressIndicator.tsx:17
FunctionRadio({
value,
name,
label,
labelColor,
checked = false,
block = false,
disabled,
onChange,
class
packages/react/src/components/Radio/Radio.tsx:25
FunctionSelect({
children,
defaultActive,
label,
labelColor,
name,
placeholder,
size = 'normal',
borderType
packages/react/src/components/Select/Select.tsx:45
FunctionSelect({
children,
defaultActive,
label,
name,
disabled,
readonly,
loading,
error,
onChange,
cla
packages/react/src/components/FloatingLabelSelect/FloatingLabelSelect.tsx:26
FunctionSwitch({ title, value, id, name, checked = false, disabled = false, onChange, className = '', style, ...props })
packages/react/src/components/Switch/Switch.tsx:24
FunctionTab({ children, active, onChange, ghost, scrollable, className = '', style, ...props }: TabProps)
packages/react/src/components/Tab/Tab.tsx:19