MCPcopy Create free account

hub / github.com/BearStudio/start-ui-web / functions

Functions719 in github.com/BearStudio/start-ui-web

FunctionDisabledOption
()
src/components/ui/checkbox-group.stories.tsx:52
FunctionDisabledSelected
()
src/components/ui/calendar.stories.tsx:63
FunctionDisplayPreferences
()
src/features/account/display-preferences.tsx:9
FunctionDrawer
({ ...props }: DrawerPrimitive.Root.Props)
src/components/ui/drawer.tsx:6
FunctionDrawerBody
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/drawer.tsx:114
FunctionDrawerClose
({ ...props }: DrawerPrimitive.Close.Props)
src/components/ui/drawer.tsx:18
FunctionDrawerContent
({ className, children, forceRenderOverlay, keepMounted, ...props }: DrawerPrimitive.Popup.Props & {
src/components/ui/drawer.tsx:42
FunctionDrawerDescription
({ className, ...props }: DrawerPrimitive.Description.Props)
src/components/ui/drawer.tsx:144
FunctionDrawerFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/drawer.tsx:124
FunctionDrawerHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/drawer.tsx:101
FunctionDrawerOverlay
({ className, ...props }: DrawerPrimitive.Backdrop.Props)
src/components/ui/drawer.tsx:22
FunctionDrawerPortal
({ ...props }: DrawerPrimitive.Portal.Props)
src/components/ui/drawer.tsx:14
FunctionDrawerTitle
({ className, ...props }: DrawerPrimitive.Title.Props)
src/components/ui/drawer.tsx:134
FunctionDrawerTrigger
({ ...props }: DrawerPrimitive.Trigger.Props)
src/components/ui/drawer.tsx:10
FunctionDropdownExample
()
src/components/ui/input-group.stories.tsx:290
FunctionDropdownMenu
(props: MenuPrimitive.Root.Props)
src/components/ui/dropdown-menu.tsx:7
FunctionDropdownMenuArrow
({ className, ...props }: MenuPrimitive.Arrow.Props)
src/components/ui/dropdown-menu.tsx:271
FunctionDropdownMenuCheckboxItem
({ className, children, checked, onCheckedChange, ...props }: Omit<MenuPrimitive.CheckboxItem.Props,
src/components/ui/dropdown-menu.tsx:95
FunctionDropdownMenuContent
({ className, side = 'bottom', sideOffset = 4, align = 'start', alignOffset = 0, children, ...pr
src/components/ui/dropdown-menu.tsx:32
FunctionDropdownMenuGroup
(props: MenuPrimitive.Group.Props)
src/components/ui/dropdown-menu.tsx:68
FunctionDropdownMenuItem
({ className, inset, variant = 'default', ...props }: MenuPrimitive.Item.Props & { inset?: boolean;
src/components/ui/dropdown-menu.tsx:72
FunctionDropdownMenuLabel
({ className, inset, ...props }: MenuPrimitive.GroupLabel.Props & { inset?: boolean; })
src/components/ui/dropdown-menu.tsx:158
FunctionDropdownMenuPortal
(props: MenuPrimitive.Portal.Props)
src/components/ui/dropdown-menu.tsx:15
FunctionDropdownMenuPositioner
({ className, ...props }: MenuPrimitive.Positioner.Props)
src/components/ui/dropdown-menu.tsx:19
FunctionDropdownMenuRadioGroup
(props: MenuPrimitive.RadioGroup.Props)
src/components/ui/dropdown-menu.tsx:124
FunctionDropdownMenuRadioItem
({ className, children, icon, ...props }: MenuPrimitive.RadioItem.Props & { icon?: ReactNode; })
src/components/ui/dropdown-menu.tsx:133
FunctionDropdownMenuSeparator
({ className, ...props }: MenuPrimitive.Separator.Props)
src/components/ui/dropdown-menu.tsx:178
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/dropdown-menu.tsx:191
FunctionDropdownMenuSub
(props: MenuPrimitive.Root.Props)
src/components/ui/dropdown-menu.tsx:207
FunctionDropdownMenuSubContent
({ className, side = 'right', sideOffset = -4, align = 'start', alignOffset = 0, children, ...pr
src/components/ui/dropdown-menu.tsx:235
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: MenuPrimitive.SubmenuTrigger.Props & { inset?: boolean; }
src/components/ui/dropdown-menu.tsx:211
FunctionDropdownMenuTrigger
(props: MenuPrimitive.Trigger.Props)
src/components/ui/dropdown-menu.tsx:11
FunctionDropdowns
()
src/components/ui/calendar.stories.tsx:59
FunctionEmailFooter
()
src/emails/components/email-footer.tsx:5
FunctionEmailLayout
({ preview, children, language, }: { preview: string; children: ReactNode; language: string; })
src/emails/components/email-layout.tsx:8
FunctionEmptyState
()
src/components/ui/datalist.stories.tsx:187
FunctionEnabledProps
()
src/components/ui/confirm-responsive-drawer.stories.tsx:33
FunctionEnvHint
()
src/features/devtools/env-hint.tsx:9
FunctionError403
()
src/components/errors/page-error.stories.tsx:13
FunctionError404
()
src/components/errors/page-error.stories.tsx:9
FunctionErrorBoundary
()
src/components/errors/page-error.stories.tsx:17
FunctionErrorBoundary
(props: PropsWithChildren<unknown>)
src/components/errors/error-boundary.tsx:93
FunctionErrorFallback
(props: FallbackProps)
src/components/errors/error-boundary.tsx:24
FunctionErrorState
()
src/components/ui/datalist.stories.tsx:211
FunctionExampleMenu
()
src/components/ui/datalist.stories.tsx:280
FunctionExternalState
()
src/components/ui/date-input.stories.tsx:32
FunctionFieldCheckbox
( props: FieldProps< { containerProps?: React.ComponentProps<typeof FormFieldContainer>; } & C
src/components/form/field-checkbox/index.tsx:10
FunctionFieldCheckboxGroup
( props: FieldProps< { options: Array<CheckboxOption>; containerProps?: React.ComponentProps
src/components/form/field-checkbox-group/index.tsx:14
FunctionFieldCombobox
( props: FieldProps< { containerProps?: ComponentProps<typeof FormFieldContainer>; inputProp
src/components/form/field-combobox/index.tsx:24
FunctionFieldComboboxMultiple
( props: FieldProps< { containerProps?: ComponentProps<typeof FormFieldContainer>; inputProp
src/components/form/field-combobox-multiple/index.tsx:34
FunctionFieldDate
( props: FieldProps< { containerProps?: React.ComponentProps<typeof FormFieldContainer>; } & C
src/components/form/field-date/index.tsx:10
FunctionFieldNumber
( props: FieldProps< { containerProps?: React.ComponentProps<typeof FormFieldContainer>; inC
src/components/form/field-number/index.tsx:10
FunctionFieldOtp
( props: FieldProps< { type: 'otp'; autoSubmit?: boolean; containerProps?: React.Compo
src/components/form/field-otp/index.tsx:15
FunctionFieldRadioGroup
( props: FieldProps< { options: Array<RadioOption>; renderOption?: (props: RadioOption) => R
src/components/form/field-radio-group/index.tsx:14
FunctionFieldSelect
( props: FieldProps< { containerProps?: ComponentProps<typeof FormFieldContainer>; inputProp
src/components/form/field-select/index.tsx:23
FunctionFieldText
( props: FieldProps< { containerProps?: React.ComponentProps<typeof FormFieldContainer>; } & C
src/components/form/field-text/index.tsx:10
FunctionFieldTextarea
( props: FieldProps< { containerProps?: React.ComponentProps<typeof FormFieldContainer>; } & C
src/components/form/field-textarea/index.tsx:10
FunctionFieldUploadInput
( props: FieldProps< { containerProps?: ComponentProps<typeof FormFieldContainer>; } & Omit<Co
src/components/form/field-upload-input/index.tsx:12
FunctionFilePreview
({ status = 'idle', thumbnailUrl, size, }: { status?: 'idle' | 'pending' | 'error' | 'success'; thum
src/components/upload/upload-input.tsx:345
FunctionFixedHeight
()
src/components/ui/textarea.stories.tsx:47
FunctionFixedPrecision
()
src/components/ui/number-input.stories.tsx:60
FunctionFixedWidth
()
src/components/ui/button.stories.tsx:89
FunctionFixedWidth
()
src/components/ui/button-link.stories.tsx:111
FunctionForm
({ noHtmlForm = false, className, ...props }: FormProps<TFieldValues>)
src/components/form/form.tsx:25
FunctionFormBook
()
src/features/book/manager/form-book.tsx:23
FunctionFormBookCover
()
src/features/book/manager/form-book-cover.tsx:9
FunctionFormField
(props: FormFieldProps)
src/components/form/form-field.tsx:14
FunctionFormFieldContainer
(props: React.ComponentProps<'div'>)
src/components/form/form-field-container.tsx:3
FunctionFormFieldController
( props: ( | { [K in FieldType]: { type: K } & FieldComponentProps<K> }[FieldType] | { type:
src/components/form/form-field-controller/index.tsx:20
FunctionFormFieldControllerRender
({ field, fieldState, formState, type, displayError, fieldProps, customRender, }: Parameters<Con
src/components/form/form-field-controller/index.tsx:72
FunctionFormFieldError
({ className, children, ...props }: FormFieldErrorProps<TFieldValues, TName>)
src/components/form/form-field-error.tsx:33
FunctionFormFieldHelper
({ className, ...props }: ComponentProps<'div'>)
src/components/form/form-field-helper.tsx:7
FunctionFormFieldLabel
(props: FormFieldLabelProps)
src/components/form/form-field-label.tsx:9
FunctionFormMocked
({ children, schema, useFormOptions, onSubmit, }: { children(options: { form: UseFormReturn<z.infer<
src/components/form/form-test-utils.tsx:14
FunctionFormUser
(props: { userId?: string })
src/features/user/manager/form-user.tsx:15
FunctionFull
()
src/components/ui/spinner.stories.tsx:13
FunctionGroup
()
src/components/ui/avatar.stories.tsx:113
FunctionGroupSizes
()
src/components/ui/avatar.stories.tsx:130
FunctionGuardAuthenticated
({ children, permissionApps, }: { children?: ReactNode; permissionApps?: Permission['apps']; })
src/features/auth/guard-authenticated.tsx:11
FunctionGuardPublicOnly
({ children }: { children?: ReactNode })
src/features/auth/guard-public-only.tsx:9
FunctionIcon
()
src/components/ui/avatar.stories.tsx:45
FunctionIconBookOpen
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-book-open.tsx:15
FunctionIconBookOpenDuotone
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-book-open-duotone.tsx:19
FunctionIconBookOpenFill
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-book-open-fill.tsx:15
FunctionIconExample
()
src/components/ui/input-group.stories.tsx:111
FunctionIconGitBranch
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-git-branch.tsx:15
FunctionIconGitBranchDuotone
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-git-branch-duotone.tsx:16
FunctionIconGitBranchFill
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-git-branch-fill.tsx:15
FunctionIconHouse
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-house.tsx:15
FunctionIconHouseDuotone
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-house-duotone.tsx:19
FunctionIconHouseFill
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-house-fill.tsx:15
FunctionIconOnly
()
src/components/ui/badge.stories.tsx:59
FunctionIconOnly
()
src/components/ui/theme-switcher.stories.tsx:13
FunctionIconOnly
()
src/components/ui/button.stories.tsx:55
FunctionIconOnly
()
src/components/ui/button-link.stories.tsx:77
FunctionIconOnly
()
src/components/ui/local-switcher.stories.tsx:13
FunctionIconUserCircle
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-user-circle.tsx:15
FunctionIconUserCircleDuotone
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-user-circle-duotone.tsx:19
FunctionIconUserCircleFill
(props: SVGProps<SVGSVGElement>)
src/components/icons/generated/icon-user-circle-fill.tsx:15
FunctionInDialog
()
src/components/ui/date-picker.stories.tsx:50
← previousnext →301–400 of 719, ranked by callers