MCPcopy Create free account

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

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

FunctionRadioGroup
({ className, ...rest }: RadioGroupProps)
src/components/ui/radio-group.tsx:43
FunctionReadOnly
()
src/components/form/field-text/docs.stories.tsx:113
FunctionReadOnly
()
src/components/form/field-number/docs.stories.tsx:138
FunctionReadOnly
()
src/components/form/field-textarea/docs.stories.tsx:113
FunctionReadOnly
()
src/components/form/field-custom/docs.stories.tsx:170
FunctionReadOnly
()
src/components/ui/textarea.stories.tsx:21
FunctionReadOnly
()
src/components/ui/input.stories.tsx:23
FunctionReadonly
()
src/components/ui/number-input.stories.tsx:32
FunctionRender
()
src/components/ui/responsive-icon-button.stories.tsx:59
FunctionRender
()
src/components/ui/button.stories.tsx:38
FunctionResponsiveDrawer
({ ...props }: Overwrite<ComponentProps<typeof Dialog>, ComponentProps<typeof Drawer>>)
src/components/ui/responsive-drawer.tsx:34
FunctionResponsiveDrawerBody
( props: ComponentProps<typeof DrawerBody | typeof DialogBody> )
src/components/ui/responsive-drawer.tsx:103
FunctionResponsiveDrawerClose
( props: ComponentProps<typeof DrawerClose | typeof DialogClose> )
src/components/ui/responsive-drawer.tsx:57
FunctionResponsiveDrawerContent
({ hideCloseButton, ...props }: Omit< ComponentProps<typeof DialogContent | typeof DrawerContent>, 're
src/components/ui/responsive-drawer.tsx:75
FunctionResponsiveDrawerDescription
( props: ComponentProps<typeof DrawerDescription | typeof DialogDescription> )
src/components/ui/responsive-drawer.tsx:130
FunctionResponsiveDrawerFooter
( props: ComponentProps<typeof DrawerFooter | typeof DialogFooter> )
src/components/ui/responsive-drawer.tsx:112
FunctionResponsiveDrawerHeader
( props: ComponentProps<typeof DrawerHeader | typeof DialogHeader> )
src/components/ui/responsive-drawer.tsx:94
FunctionResponsiveDrawerOverlay
( props: ComponentProps<typeof DrawerOverlay | typeof DialogOverlay> )
src/components/ui/responsive-drawer.tsx:66
FunctionResponsiveDrawerPortal
( props: ComponentProps<typeof DrawerPortal | typeof DialogPortal> )
src/components/ui/responsive-drawer.tsx:48
FunctionResponsiveDrawerTitle
( props: ComponentProps<typeof DrawerTitle | typeof DialogTitle> )
src/components/ui/responsive-drawer.tsx:121
FunctionResponsiveDrawerTrigger
({ ...props }: ComponentProps<typeof DrawerTrigger | typeof DialogTrigger>)
src/components/ui/responsive-drawer.tsx:39
FunctionResponsiveIconButton
({ size = 'default', children, label, breakpoint, ...props }: Omit<ComponentProps<typeof Button>, 's
src/components/ui/responsive-icon-button.tsx:9
FunctionResponsiveIconButtonLink
({ label, size, breakpoint, children, ...props }: Omit<ComponentProps<typeof ButtonLink>, 'size' | '
src/components/ui/responsive-icon-button-link.tsx:9
FunctionRevokeAllSessionsButton
(props: { userId: string })
src/features/user/manager/page-user.tsx:354
FunctionRevokeSessionButton
(props: { userId: string; sessionToken: string; })
src/features/user/manager/page-user.tsx:391
FunctionRootComponent
()
src/routes/__root.tsx:101
FunctionRootDocument
({ children }: Readonly<{ children: ReactNode }>)
src/routes/__root.tsx:127
FunctionRouteComponent
()
src/routes/logout.tsx:12
FunctionRouteComponent
()
src/routes/index.tsx:10
FunctionRouteComponent
()
src/routes/app/route.tsx:14
FunctionRouteComponent
()
src/routes/app/account.index.tsx:9
FunctionRouteComponent
()
src/routes/app/index.tsx:9
FunctionRouteComponent
()
src/routes/app/books/$id.index.tsx:10
FunctionRouteComponent
()
src/routes/app/books/index.tsx:9
FunctionRouteComponent
()
src/routes/login/verify.index.tsx:17
FunctionRouteComponent
()
src/routes/login/route.tsx:14
FunctionRouteComponent
()
src/routes/login/error.index.tsx:16
FunctionRouteComponent
()
src/routes/login/index.tsx:12
FunctionRouteComponent
()
src/routes/manager/route.tsx:14
FunctionRouteComponent
()
src/routes/manager/account.index.tsx:9
FunctionRouteComponent
()
src/routes/manager/dashboard.index.tsx:9
FunctionRouteComponent
()
src/routes/manager/index.tsx:10
FunctionRouteComponent
()
src/routes/manager/users/$id.update.index.tsx:9
FunctionRouteComponent
()
src/routes/manager/users/new.index.tsx:9
FunctionRouteComponent
()
src/routes/manager/users/$id.index.tsx:9
FunctionRouteComponent
()
src/routes/manager/users/index.tsx:19
FunctionRouteComponent
()
src/routes/manager/books/$id.update.index.tsx:9
FunctionRouteComponent
()
src/routes/manager/books/new.index.tsx:9
FunctionRouteComponent
()
src/routes/manager/books/$id.index.tsx:9
FunctionRouteComponent
()
src/routes/manager/books/index.tsx:19
FunctionRouterWrapper
({ children }: { children: ReactNode })
src/components/ui/responsive-icon-button-link.stories.tsx:13
FunctionRouterWrapper
({ children }: { children: ReactNode })
src/components/ui/button-link.stories.tsx:13
FunctionRow
()
src/components/form/field-checkbox-group/docs.stories.tsx:119
FunctionRow
()
src/components/form/field-radio-group/docs.stories.tsx:124
FunctionRow
()
src/components/ui/radio-group.stories.tsx:103
FunctionRowResults
()
src/components/ui/datalist.stories.tsx:232
FunctionScrollArea
({ className, children, orientation, ...props }: ScrollAreaPrimitive.Root.Props & Pick<ScrollAreaPri
src/components/ui/scroll-area.tsx:6
FunctionScrollBar
({ className, orientation = 'vertical', ...props }: ScrollAreaPrimitive.Scrollbar.Props)
src/components/ui/scroll-area.tsx:33
FunctionSearchButton
(props: Props)
src/components/ui/search-button.tsx:80
FunctionSearchButtonComponent
({ value, onChange, loading, inputProps, label, ...props }: Props)
src/components/ui/search-button.tsx:24
FunctionSearchInput
({ ref, value, defaultValue, className, onChange, delay = 500, placeholder, clearLabel, disa
src/components/ui/search-input.tsx:35
FunctionSelectContent
({ className, children, side = 'bottom', sideOffset = 4, align = 'center', alignOffset = 0, alig
src/components/ui/select.tsx:76
FunctionSelectGroup
({ className, ...props }: SelectPrimitive.Group.Props)
src/components/ui/select.tsx:11
FunctionSelectItem
({ className, children, ...props }: SelectPrimitive.Item.Props)
src/components/ui/select.tsx:131
FunctionSelectLabel
({ className, ...props }: SelectPrimitive.GroupLabel.Props)
src/components/ui/select.tsx:118
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownArrow>)
src/components/ui/select.tsx:190
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpArrow>)
src/components/ui/select.tsx:172
FunctionSelectSeparator
({ className, ...props }: SelectPrimitive.Separator.Props)
src/components/ui/select.tsx:159
FunctionSelectTrigger
({ className, size = 'default', children, ...props }: SelectPrimitive.Trigger.Props & VariantProps<typ
src/components/ui/select.tsx:53
FunctionSelectValue
({ className, placeholder, ...props }: SelectPrimitive.Value.Props)
src/components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = 'horizontal', ...props }: SeparatorPrimitive.Props)
src/components/ui/separator.tsx:5
FunctionSheet
(props: SheetPrimitive.Root.Props)
src/components/ui/sheet.tsx:10
FunctionSheetClose
(props: SheetPrimitive.Close.Props)
src/components/ui/sheet.tsx:18
FunctionSheetContent
({ className, children, side = 'right', showCloseButton = true, ...props }: SheetPrimitive.Popup.Pro
src/components/ui/sheet.tsx:39
FunctionSheetDemo
()
src/components/ui/sheet.stories.tsx:19
FunctionSheetDescription
({ className, ...props }: SheetPrimitive.Description.Props)
src/components/ui/sheet.tsx:122
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sheet.tsx:102
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sheet.tsx:92
FunctionSheetOverlay
({ className, ...props }: SheetPrimitive.Backdrop.Props)
src/components/ui/sheet.tsx:26
FunctionSheetPortal
(props: SheetPrimitive.Portal.Props)
src/components/ui/sheet.tsx:22
FunctionSheetTitle
({ className, ...props }: SheetPrimitive.Title.Props)
src/components/ui/sheet.tsx:112
FunctionSheetTrigger
(props: SheetPrimitive.Trigger.Props)
src/components/ui/sheet.tsx:14
FunctionShowButtons
()
src/components/ui/number-input.stories.tsx:132
FunctionSidebar
({ side = 'left', variant = 'sidebar', collapsible = 'offcanvas', className, children, ...props }:
src/components/ui/sidebar.tsx:157
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:396
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:371
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:410
FunctionSidebarGroupAction
({ className, render, ...props }: useRender.ComponentProps<'button'>)
src/components/ui/sidebar.tsx:443
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:467
FunctionSidebarGroupLabel
({ className, render, ...props }: useRender.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:421
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:360
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
src/components/ui/sidebar.tsx:346
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<'main'>)
src/components/ui/sidebar.tsx:332
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<'ul'>)
src/components/ui/sidebar.tsx:481
FunctionSidebarMenuAction
({ className, render, showOnHover = false, ...props }: useRender.ComponentProps<'button'> & { showOn
src/components/ui/sidebar.tsx:576
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:608
FunctionSidebarMenuButton
({ render, isActive = false, variant = 'default', size = 'default', tooltip, className, ...props
src/components/ui/sidebar.tsx:525
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<'li'>)
src/components/ui/sidebar.tsx:492
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<'div'> & { showIcon?: boolean; })
src/components/ui/sidebar.tsx:630
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<'ul'>)
src/components/ui/sidebar.tsx:669
← previousnext →501–600 of 719, ranked by callers