FunctionProgressBar({
value = 0,
size = 'md',
colorScheme = 'primary',
indeterminate = false,
accessibilityLabel,
}: Pr
src/common/components/ProgressBar/ProgressBar.tsx:21
FunctionRadioGroup({
value,
onChange,
options,
orientation = 'vertical',
size = 'md',
}: RadioGroupProps)
src/common/components/RadioGroup/RadioGroup.tsx:22
FunctionScreenContainer({
children,
scrollable = false,
padded = true,
edges = ['top'],
style,
}: ScreenContainerProps)
src/common/components/ScreenContainer/ScreenContainer.tsx:15
FunctionSearchBar({
value,
onChangeText,
placeholder,
onSubmit,
onClear,
loading = false,
autoFocus = false,
si
src/common/components/SearchBar/SearchBar.tsx:21
FunctionSegmentItem({
option,
index,
isSelected,
disabled,
indicatorPosition,
inverseColor,
secondaryColor,
onPre
src/common/components/SegmentedControl/SegmentedControl.tsx:86
FunctionSegmentedControl({
value,
onChange,
options,
size = 'md',
disabled = false,
}: SegmentedControlProps)
src/common/components/SegmentedControl/SegmentedControl.tsx:30
FunctionSelect({
value,
onChange,
options,
placeholder,
label,
error,
disabled = false,
size = 'md',
}: Sele
src/common/components/Select/Select.tsx:28
FunctionSnackbar({
visible,
message,
action,
duration = 4000,
onDismiss,
variant = 'neutral',
}: SnackbarProps)
src/common/components/Snackbar/Snackbar.tsx:26
FunctionSwitch({
value,
onValueChange,
disabled = false,
size = 'md',
label,
}: SwitchProps)
src/common/components/Switch/Switch.tsx:15
FunctionText({
variant = 'body',
weight,
color,
align,
style,
children,
...rest
}: TextProps)
src/common/components/Text/Text.tsx:15
FunctionTextArea({
numberOfLines = 4,
maxLength,
showCount = false,
value,
style,
...rest
}: TextAreaProps)
src/common/components/TextArea/TextArea.tsx:22