MCPcopy Create free account

hub / github.com/better-auth/examples / functions

Functions373 in github.com/better-auth/examples

FunctionMenubarTrigger
( props: PolymorphicProps<T, menubarTriggerProps<T>>, )
astro-example/src/components/ui/menubar.tsx:54
FunctionNavigationMenu
( props: PolymorphicProps<T, navigationMenuProps<T>>, )
astro-example/src/components/ui/navigation-menu.tsx:43
FunctionNavigationMenuContent
( props: PolymorphicProps<T, navigationMenuContentProps<T>>, )
astro-example/src/components/ui/navigation-menu.tsx:145
FunctionNavigationMenuTrigger
( props: PolymorphicProps<T, navigationMenuTriggerProps<T>>, )
astro-example/src/components/ui/navigation-menu.tsx:92
FunctionNumberField
( props: PolymorphicProps<T, numberFieldProps<T>>, )
astro-example/src/components/ui/number-field.tsx:85
FunctionNumberFieldDecrementTrigger
( props: PolymorphicProps<T, VoidProps<numberFieldDecrementTriggerProps<T>>>, )
astro-example/src/components/ui/number-field.tsx:137
FunctionNumberFieldDescription
( props: PolymorphicProps<T, numberFieldDescriptionProps<T>>, )
astro-example/src/components/ui/number-field.tsx:42
FunctionNumberFieldErrorMessage
( props: PolymorphicProps<T, numberFieldErrorMessageProps<T>>, )
astro-example/src/components/ui/number-field.tsx:65
FunctionNumberFieldGroup
(props: ComponentProps<"div">)
astro-example/src/components/ui/number-field.tsx:95
FunctionNumberFieldIncrementTrigger
( props: PolymorphicProps<T, numberFieldIncrementTriggerProps<T>>, )
astro-example/src/components/ui/number-field.tsx:180
FunctionNumberFieldInput
( props: PolymorphicProps<T, VoidProps<numberFieldInputProps<T>>>, )
astro-example/src/components/ui/number-field.tsx:114
FunctionNumberFieldLabel
( props: PolymorphicProps<T, numberFieldLabelProps<T>>, )
astro-example/src/components/ui/number-field.tsx:24
FunctionOTPField
( props: DynamicProps<T, OTPFieldProps<T>>, )
astro-example/src/components/ui/otp-field.tsx:13
FunctionOTPFieldGroup
(props: ComponentProps<"div">)
astro-example/src/components/ui/otp-field.tsx:29
FunctionOTPFieldSeparator
(props: ComponentProps<"div">)
astro-example/src/components/ui/otp-field.tsx:35
FunctionOTPFieldSlot
( props: ComponentProps<"div"> & { index: number }, )
astro-example/src/components/ui/otp-field.tsx:55
FunctionPOST
(request: Request)
expo-example/src/app/api/auth/[...route]+api.ts:7
FunctionPage
()
tanstack-example/app/login/page.tsx:3
FunctionPageControls
({ setPage, page, }: { setPage: (page: "home" | "sign-in" | "sign-up") => void; page: "home" | "sign-in" |
browser-extension-example/src/popup.tsx:29
FunctionPagination
( props: PolymorphicProps<T, paginationProps<T>>, )
astro-example/src/components/ui/pagination.tsx:22
FunctionPaginationEllipsis
( props: PolymorphicProps<T, paginationEllipsisProps<T>>, )
astro-example/src/components/ui/pagination.tsx:75
FunctionPaginationItem
( props: PolymorphicProps<T, paginationItemProps<T>>, )
astro-example/src/components/ui/pagination.tsx:44
FunctionPaginationNext
( props: PolymorphicProps<T, paginationNextProps<T>>, )
astro-example/src/components/ui/pagination.tsx:156
FunctionPaginationPrevious
( props: PolymorphicProps<T, paginationPreviousProps<T>>, )
astro-example/src/components/ui/pagination.tsx:110
FunctionPlasmoOverlay
()
browser-extension-example/src/content.tsx:20
FunctionPopover
(props: PopoverRootProps)
astro-example/src/components/ui/popover.tsx:15
FunctionPopoverContent
( props: PolymorphicProps<T, popoverContentProps<T>>, )
astro-example/src/components/ui/popover.tsx:27
FunctionProgress
( props: PolymorphicProps<T, progressProps<T>>, )
astro-example/src/components/ui/progress.tsx:17
FunctionRadioGroupItemControl
( props: PolymorphicProps<T, radioGroupItemControlProps<T>>, )
astro-example/src/components/ui/radio-group.tsx:21
FunctionRegisterForm
()
tanstack-example/app/components/register-form.tsx:17
FunctionRequestPasswordReset
()
expo-example/src/app/forget-password.tsx:17
FunctionResizable
( props: DynamicProps<T, resizableProps<T>>, )
astro-example/src/components/ui/resizable.tsx:13
FunctionResizableHandle
( props: DynamicProps<T, resizableHandleProps<T>>, )
astro-example/src/components/ui/resizable.tsx:28
FunctionRootComponent
()
tanstack-example/app/routes/__root.tsx:48
FunctionRootDocument
({ children }: { children: React.ReactNode })
tanstack-example/app/routes/__root.tsx:305
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
nextjs-mcp/app/layout.tsx:20
FunctionRootLayout
()
expo-example/src/app/_layout.tsx:7
FunctionSelectContent
( props: PolymorphicProps<T, selectContentProps<T>>, )
astro-example/src/components/ui/select.tsx:67
FunctionSelectItem
( props: PolymorphicProps<T, selectItemProps<T>>, )
astro-example/src/components/ui/select.tsx:91
FunctionSelectTrigger
( props: PolymorphicProps<T, selectTriggerProps<T>>, )
astro-example/src/components/ui/select.tsx:24
FunctionSeparator
( props: PolymorphicProps<T, separatorProps<T>>, )
astro-example/src/components/ui/separator.tsx:12
FunctionSheetContent
( props: PolymorphicProps<T, sheetContentProps<T>>, )
astro-example/src/components/ui/sheet.tsx:43
FunctionSheetDescription
( props: PolymorphicProps<T, sheetDescriptionProps<T>>, )
astro-example/src/components/ui/sheet.tsx:109
FunctionSheetFooter
(props: ComponentProps<"div">)
astro-example/src/components/ui/sheet.tsx:136
FunctionSheetHeader
(props: ComponentProps<"div">)
astro-example/src/components/ui/sheet.tsx:122
FunctionSheetTitle
( props: PolymorphicProps<T, sheetTitleProps<T>>, )
astro-example/src/components/ui/sheet.tsx:91
FunctionSignIn
()
tanstack-example/app/routes/auth/signin.tsx:8
FunctionSignIn
()
react-router-example/app/routes/sign-in.tsx:5
FunctionSignIn
({ setPage, }: { setPage: (page: "home" | "sign-in" | "sign-up") => void; })
browser-extension-example/src/components/SignIn.tsx:21
FunctionSignInCard
()
react-router-example/app/components/sign-in-card.tsx:23
FunctionSignInCard
()
astro-example/src/components/sign-in.tsx:15
FunctionSignUp
()
tanstack-example/app/routes/auth/signup.tsx:8
FunctionSignUp
()
expo-example/src/app/sign-up.tsx:11
FunctionSignUp
()
react-router-example/app/components/sign-up-card.tsx:21
FunctionSignUp
({ setPage, }: { setPage: (page: "home" | "sign-in" | "sign-up") => void; })
browser-extension-example/src/components/SignUp.tsx:20
FunctionSignUpCard
()
astro-example/src/components/sign-up.tsx:15
FunctionSkeleton
(props: ComponentProps<"div">)
astro-example/src/components/ui/skeleton.tsx:4
FunctionSwitchControl
( props: PolymorphicProps<T, switchControlProps<T>>, )
astro-example/src/components/ui/switch.tsx:20
FunctionSwitchThumb
( props: PolymorphicProps<T, switchThumbProps<T>>, )
astro-example/src/components/ui/switch.tsx:48
FunctionTable
(props: ComponentProps<"table">)
astro-example/src/components/ui/table.tsx:4
FunctionTableBody
(props: ComponentProps<"tbody">)
astro-example/src/components/ui/table.tsx:23
FunctionTableCaption
(props: ComponentProps<"caption">)
astro-example/src/components/ui/table.tsx:84
FunctionTableCell
(props: ComponentProps<"td">)
astro-example/src/components/ui/table.tsx:70
FunctionTableFooter
(props: ComponentProps<"tfoot">)
astro-example/src/components/ui/table.tsx:31
FunctionTableHead
(props: ComponentProps<"th">)
astro-example/src/components/ui/table.tsx:56
FunctionTableHeader
(props: ComponentProps<"thead">)
astro-example/src/components/ui/table.tsx:17
FunctionTableRow
(props: ComponentProps<"tr">)
astro-example/src/components/ui/table.tsx:42
FunctionTabs
({ tabs: propTabs, containerClassName, activeTabClassName, tabClassName, contentClassName, }: { tabs: Ta
react-router-example/app/components/tabs.tsx:13
FunctionTabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
react-router-example/app/components/ui/tabs.tsx:6
FunctionTabs
( props: PolymorphicProps<T, tabsProps<T>>, )
astro-example/src/components/ui/tabs.tsx:20
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
react-router-example/app/components/ui/tabs.tsx:51
FunctionTabsContent
( props: PolymorphicProps<T, tabsContentProps<T>>, )
astro-example/src/components/ui/tabs.tsx:58
FunctionTabsIndicator
( props: PolymorphicProps<T, tabsIndicatorProps<T>>, )
astro-example/src/components/ui/tabs.tsx:119
FunctionTabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
react-router-example/app/components/ui/tabs.tsx:19
FunctionTabsList
( props: PolymorphicProps<T, tabsListProps<T>>, )
astro-example/src/components/ui/tabs.tsx:37
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
react-router-example/app/components/ui/tabs.tsx:35
FunctionTabsTrigger
( props: PolymorphicProps<T, tabsTriggerProps<T>>, )
astro-example/src/components/ui/tabs.tsx:79
FunctionTextArea
( props: PolymorphicProps<T, textAreaProps<T>>, )
astro-example/src/components/ui/textarea.tsx:14
FunctionTextField
( props: PolymorphicProps<T, textFieldInputProps<T>>, )
astro-example/src/components/ui/textfield.tsx:115
FunctionTextFieldDescription
( props: PolymorphicProps<T, textFieldDescriptionProps<T>>, )
astro-example/src/components/ui/textfield.tsx:91
FunctionTextFieldErrorMessage
( props: PolymorphicProps<T, textFieldErrorMessageProps<T>>, )
astro-example/src/components/ui/textfield.tsx:71
FunctionTextFieldLabel
( props: PolymorphicProps<T, textFieldLabelProps<T>>, )
astro-example/src/components/ui/textfield.tsx:53
FunctionTextFieldRoot
( props: PolymorphicProps<T, textFieldProps<T>>, )
astro-example/src/components/ui/textfield.tsx:20
FunctionToast
( props: PolymorphicProps<T, toastProps<T>>, )
astro-example/src/components/ui/toast.tsx:43
FunctionToastContent
(props: ComponentProps<"div">)
astro-example/src/components/ui/toast.tsx:135
FunctionToastDescription
( props: PolymorphicProps<T, toastDescriptionProps<T>>, )
astro-example/src/components/ui/toast.tsx:78
FunctionToastList
( props: PolymorphicProps<T, toastListProps<T>>, )
astro-example/src/components/ui/toast.tsx:119
FunctionToastProgress
()
astro-example/src/components/ui/toast.tsx:162
FunctionToastRegion
( props: PolymorphicProps<T, toastRegionProps<T>>, )
astro-example/src/components/ui/toast.tsx:96
FunctionToastTitle
( props: PolymorphicProps<T, toastTitleProps<T>>, )
astro-example/src/components/ui/toast.tsx:60
FunctionToaster
({ ...props }: ToasterProps)
tanstack-example/app/components/ui/sonner.tsx:8
FunctionToaster
({ ...props }: ToasterProps)
react-router-example/app/components/ui/sonner.tsx:11
FunctionToaster
(props: Parameters<typeof Sonner>[0])
astro-example/src/components/ui/sonner.tsx:3
FunctionToggleButton
( props: PolymorphicProps<T, toggleButtonProps<T>>, )
astro-example/src/components/ui/toggle.tsx:38
FunctionToggleGroup
( props: PolymorphicProps<T, toggleGroupProps<T>>, )
astro-example/src/components/ui/toggle-group.tsx:35
FunctionToggleGroupItem
( props: PolymorphicProps<T, toggleGroupItemProps<T>>, )
astro-example/src/components/ui/toggle-group.tsx:67
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
react-router-example/app/components/ui/tooltip.tsx:19
FunctionTooltip
(props: TooltipRootProps)
astro-example/src/components/ui/tooltip.tsx:12
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
react-router-example/app/components/ui/tooltip.tsx:35
FunctionTooltipContent
( props: PolymorphicProps<T, tooltipContentProps<T>>, )
astro-example/src/components/ui/tooltip.tsx:23
← previousnext →201–300 of 373, ranked by callers