FunctionButton({
variant = 'secondary',
size = 'md',
fullWidth,
loading,
icon,
children,
disabled,
...rest
}
dashboard/src/ui/Button.tsx:106
FunctionSelect({options, value, onChange, multi, searchable, placeholder, disabled}: Props)
dashboard/src/ui/Select.tsx:168
FunctionTag({color = theme.textDim, children, mono = true, maxWidth, style, title}: Props)
dashboard/src/ui/Tag.tsx:39