↓ 1 callersFunctionuseNumberTicker({
to,
duration = 1200,
decimals = 0,
from = 0,
active = true,
}: {
to: number;
duration?: numbe
packages/ui/src/primitives/number-ticker.tsx:14
FunctionCombobox({
options,
value,
onValueChange,
placeholder = "Select option",
searchPlaceholder = "Search...",
packages/ui/src/components/combobox.tsx:32
FunctionDashedFrame({
animate = false,
thickness = 1,
gap = 6,
color,
className,
children,
style,
...props
}: Das
packages/ui/src/primitives/dashed-frame.tsx:14
FunctionDataTable({
columns,
data,
filterColumn,
filterPlaceholder = "Filter...",
}: DataTableProps<TData, TValue>)
packages/ui/src/components/data-table.tsx:25
FunctionDatePicker({
value,
onValueChange,
placeholder = "Pick a date",
className,
disabled,
}: DatePickerProps)
packages/ui/src/components/date-picker.tsx:16
FunctionDateRangePicker({
value,
onValueChange,
placeholder = "Pick a range",
numberOfMonths = 2,
className,
disabled,
}:
packages/ui/src/components/date-range-picker.tsx:25
FunctionFileUpload({
value,
onValueChange,
accept,
multiple = true,
maxFiles,
maxSize,
disabled,
className,
}: F
packages/ui/src/components/file-upload.tsx:28