MCPcopy Create free account

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

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

FunctionInSmallArea
()
src/components/errors/error-boundary.stories.tsx:23
FunctionIndeterminate
()
src/components/ui/checkbox.stories.tsx:34
FunctionInitials
()
src/components/ui/avatar.stories.tsx:55
FunctionInput
({ ref, size, className, startAddon, endAddon, ...props }: InputProps)
src/components/ui/input.tsx:36
FunctionInputGroup
({ className, size, ...props }: React.ComponentProps<'div'> & VariantProps<typeof inputGroupVariants>)
src/components/ui/input-group.tsx:65
FunctionInputGroupAddon
({ className, align = 'inline-start', ...props }: React.ComponentProps<'div'> & VariantProps<typeof inpu
src/components/ui/input-group.tsx:101
FunctionInputGroupButton
({ type = 'button', size = 'xs', variant = 'ghost', ...props }: React.ComponentProps<typeof Button>)
src/components/ui/input-group.tsx:136
FunctionInputGroupInput
({ className, ...props }: React.ComponentProps<'input'>)
src/components/ui/input-group.tsx:165
FunctionInputGroupText
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/input-group.tsx:153
FunctionInputGroupTextarea
({ className, ...props }: React.ComponentProps<typeof TextareaAutosize>)
src/components/ui/input-group.tsx:183
FunctionInputOTP
({ className, containerClassName, size, ...props }: Omit<React.ComponentProps<typeof OTPInput>, 'size'
src/components/ui/input-otp.tsx:39
FunctionInputOTPGroup
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/input-otp.tsx:74
FunctionInputOTPSeparator
({ ...props }: React.ComponentProps<'div'>)
src/components/ui/input-otp.tsx:113
FunctionInputOTPSlot
({ index, className, ...props }: React.ComponentProps<'div'> & { index: number; })
src/components/ui/input-otp.tsx:84
FunctionInvalid
()
src/components/ui/textarea.stories.tsx:13
FunctionInvalid
()
src/components/ui/number-input.stories.tsx:18
FunctionInvalid
()
src/components/ui/select.stories.tsx:60
FunctionInvalid
()
src/components/ui/combobox.stories.tsx:49
FunctionInvalid
()
src/components/ui/input.stories.tsx:15
FunctionInvalid
()
src/components/ui/input-otp.stories.tsx:29
FunctionItem
({ icon: Icon, iconActive, children, ...linkProps }: NavLinkItem)
src/layout/app/main-nav-desktop.tsx:39
FunctionItem
({ icon: Icon, iconActive, children, ...linkProps }: NavLinkItem)
src/layout/app/main-nav-mobile.tsx:31
FunctionLabel
({ className, ...props }: React.ComponentProps<'label'> & VariantProps<typeof labelVariants>)
src/components/ui/label.tsx:10
FunctionLabelExample
()
src/components/ui/input-group.stories.tsx:252
FunctionLayout
(props: { children?: ReactNode })
src/layout/app/layout.tsx:7
FunctionLayout
(props: { children?: ReactNode })
src/layout/manager/layout.tsx:5
FunctionLayoutLogin
(props: { children?: ReactNode; footer?: ReactNode; })
src/features/auth/layout-login.tsx:14
FunctionLoading
()
src/components/ui/search-input.stories.tsx:64
FunctionLoading
()
src/components/ui/button.stories.tsx:124
FunctionLoading
()
src/components/ui/search-button.stories.tsx:64
FunctionLoadingState
()
src/components/ui/datalist.stories.tsx:179
FunctionLocalSwitcher
(props: { iconOnly?: boolean })
src/components/ui/local-switcher.tsx:15
FunctionLocale
()
src/components/ui/number-input.stories.tsx:93
FunctionLoginEmailButton
({ email, form, }: { email: string; form: ReturnType<typeof useFormContext>; })
src/features/devtools/login-hint.tsx:9
FunctionLoginEmailHint
()
src/features/devtools/login-hint.tsx:25
FunctionLoginEmailOtpHint
()
src/features/devtools/login-hint.tsx:48
FunctionLogo
(props: SVGProps<SVGSVGElement>)
src/components/brand/logo.tsx:5
FunctionMailDevDevtoolPanel
()
src/devtools/maildev.tsx:9
FunctionMainNavDesktop
()
src/layout/app/main-nav-desktop.tsx:8
FunctionMainNavMobile
()
src/layout/app/main-nav-mobile.tsx:8
FunctionMaxHeight
()
src/components/ui/textarea.stories.tsx:58
FunctionMinHeight
()
src/components/ui/textarea.stories.tsx:35
FunctionMinMax
()
src/components/ui/number-input.stories.tsx:52
FunctionMultiple
()
src/components/ui/combobox.stories.tsx:135
FunctionMultipleDisabled
()
src/components/ui/combobox.stories.tsx:167
FunctionMultipleInvalid
()
src/components/ui/combobox.stories.tsx:199
FunctionMultipleMonths
()
src/components/ui/calendar.stories.tsx:55
FunctionMultipleSizes
()
src/components/ui/combobox.stories.tsx:231
FunctionNav
({ className }: NavProps)
src/components/ui/calendar.tsx:176
FunctionNavSidebar
(props: { children?: ReactNode })
src/layout/manager/nav-sidebar.tsx:32
FunctionNavUser
()
src/layout/manager/nav-user.tsx:42
FunctionNoCalendar
()
src/components/ui/date-picker.stories.tsx:42
FunctionNoHtmlForm
()
src/components/form/docs.stories.tsx:84
FunctionNoValueString
()
src/components/ui/date-picker-button.stories.tsx:29
FunctionNumberInput
({ inputProps, size, placeholder, locale, buttons, className, onKeyDown, ref, 'aria-invalid'
src/components/ui/number-input.tsx:30
FunctionPageAccount
()
src/features/account/app/page-account.tsx:15
FunctionPageAccount
()
src/features/account/manager/page-account.tsx:16
FunctionPageBook
(props: { params: { id: string } })
src/features/book/app/page-book.tsx:24
FunctionPageBook
(props: { params: { id: string } })
src/features/book/manager/page-book.tsx:29
FunctionPageBookNew
()
src/features/book/manager/page-book-new.tsx:28
FunctionPageBookUpdate
(props: { params: { id: string } })
src/features/book/manager/page-book-update.tsx:28
FunctionPageBooks
()
src/features/book/app/page-books.tsx:19
FunctionPageBooks
(props: { search: { searchTerm?: string } })
src/features/book/manager/page-books.tsx:32
FunctionPageDashboard
()
src/features/dashboard/manager/page-dashboard.tsx:11
FunctionPageError
(props: { type: ErrorCode; title?: ReactNode; message?: ReactNode; children?: ReactNode; errorCode?:
src/components/errors/page-error.tsx:16
FunctionPageErrorButtonBack
()
src/components/errors/page-error.tsx:55
FunctionPageErrorButtonHome
()
src/components/errors/page-error.tsx:73
FunctionPageHome
()
src/features/home/app/page-home.tsx:12
FunctionPageLayout
(props: { children?: ReactNode; className?: string; })
src/layout/app/page-layout.tsx:104
FunctionPageLayout
(props: { children?: ReactNode; className?: string; })
src/layout/manager/page-layout.tsx:125
FunctionPageLayoutContainer
(props: { children?: ReactNode; className?: string; })
src/layout/app/page-layout.tsx:7
FunctionPageLayoutContainer
(props: { children?: ReactNode; className?: string; })
src/layout/manager/page-layout.tsx:9
FunctionPageLayoutContent
(props: { noContainer?: boolean; children?: ReactNode; className?: string; containerClassName?: string
src/layout/app/page-layout.tsx:76
FunctionPageLayoutContent
(props: { noContainer?: boolean; children?: ReactNode; className?: string; containerClassName?: string
src/layout/manager/page-layout.tsx:97
FunctionPageLayoutTopBar
(props: { children?: ReactNode; className?: string; startActions?: ReactNode; endActions?: ReactNode;
src/layout/app/page-layout.tsx:26
FunctionPageLayoutTopBar
(props: { children?: ReactNode; className?: string; containerClassName?: string; endActions?: ReactNod
src/layout/manager/page-layout.tsx:28
FunctionPageLayoutTopBarTitle
(props: { children?: ReactNode; className?: string; })
src/layout/app/page-layout.tsx:60
FunctionPageLayoutTopBarTitle
(props: { children?: ReactNode; className?: string; })
src/layout/manager/page-layout.tsx:81
FunctionPageLogin
({ search, }: { search: { redirect?: string }; })
src/features/auth/page-login.tsx:27
FunctionPageLoginError
({ search, }: { search: { error?: string }; })
src/features/auth/page-login-error.tsx:10
FunctionPageLoginVerify
({ search, }: { search: { redirect?: string; email: string }; })
src/features/auth/page-login-verify.tsx:33
FunctionPageLogout
()
src/features/auth/page-logout.tsx:10
FunctionPageOnboarding
()
src/features/auth/page-onboarding.tsx:24
FunctionPageUser
(props: { params: { id: string } })
src/features/user/manager/page-user.tsx:53
FunctionPageUserNew
()
src/features/user/manager/page-user-new.tsx:26
FunctionPageUserUpdate
(props: { params: { id: string } })
src/features/user/manager/page-user-update.tsx:30
FunctionPageUsers
(props: { search: { searchTerm?: string } })
src/features/user/manager/page-users.tsx:35
FunctionPlaceholder
()
src/components/ui/number-input.stories.tsx:14
FunctionPlacements
()
src/components/ui/popover.stories.tsx:167
FunctionPopover
(props: PopoverPrimitive.Root.Props)
src/components/ui/popover.tsx:6
FunctionPopoverContent
({ className, align = 'center', alignOffset = 0, side = 'bottom', sideOffset = 4, ...props }: Popo
src/components/ui/popover.tsx:14
FunctionPopoverDescription
({ className, ...props }: PopoverPrimitive.Description.Props)
src/components/ui/popover.tsx:69
FunctionPopoverHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/popover.tsx:49
FunctionPopoverTitle
({ className, ...props }: PopoverPrimitive.Title.Props)
src/components/ui/popover.tsx:59
FunctionPopoverTrigger
(props: PopoverPrimitive.Trigger.Props)
src/components/ui/popover.tsx:10
FunctionPrecision
()
src/components/ui/number-input.stories.tsx:56
FunctionPreventNavigation
(props: { shouldBlock: boolean })
src/components/prevent-navigation.tsx:4
FunctionProviders
(props: { children: ReactNode; forcedTheme?: string; })
src/providers.tsx:17
FunctionQueryClientProvider
(props: { children?: ReactNode })
src/lib/tanstack-query/provider.tsx:6
FunctionRadio
({ children, className, noLabel, labelProps, size, ...rest }: RadioProps)
src/components/ui/radio-group.tsx:61
← previousnext →401–500 of 719, ranked by callers