MCPcopy Create free account

hub / github.com/borabaloglu/9ui / functions

Functions614 in github.com/borabaloglu/9ui

FunctionNumberFieldScrubArea
({ className, ...props }: React.ComponentProps<typeof BaseNumberField.ScrubArea>)
apps/www/src/components/ui/number-field.tsx:72
FunctionOTPCard
()
apps/www/src/components/cards/card-otp.tsx:19
FunctionOpenpanel
()
apps/www/src/components/openpanel.tsx:3
FunctionPageActions
()
apps/www/src/components/page-actions.tsx:51
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
apps/www/src/components/ui/pagination.tsx:14
FunctionPaginationContent
({ className, ...props }: React.ComponentProps<"ul">)
apps/www/src/components/ui/pagination.tsx:26
FunctionPaginationDemo
()
apps/www/src/components/demos/pagination/pagination-demo.tsx:11
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
apps/www/src/components/ui/pagination.tsx:110
FunctionPaginationItem
({ ...props }: React.ComponentProps<"li">)
apps/www/src/components/ui/pagination.tsx:39
FunctionPaginationLink
({ className, isActive, size = "icon", render = <a />, ...props }: PaginationLinkProps)
apps/www/src/components/ui/pagination.tsx:48
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
apps/www/src/components/ui/pagination.tsx:93
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
apps/www/src/components/ui/pagination.tsx:76
FunctionPhoneInput
({ className, onChange, value, ...props }: PhoneInputProps)
apps/www/src/components/ui/phone-input.tsx:28
FunctionPhoneInputDefaultCountryDemo
()
apps/www/src/components/demos/phone-input/phone-input-default-country-demo.tsx:7
FunctionPhoneInputDemo
()
apps/www/src/components/demos/phone-input/phone-input-demo.tsx:7
FunctionPhoneInputFormDemo
()
apps/www/src/components/demos/phone-input/phone-input-form-demo.tsx:25
FunctionPhoneInputFormattingValueDemo
()
apps/www/src/components/demos/phone-input/phone-input-formatting-value-demo.tsx:13
FunctionPhoneInputInitialValueFormatDemo
()
apps/www/src/components/demos/phone-input/phone-input-initial-value-format-demo.tsx:7
FunctionPhoneInputInternationalDemo
()
apps/www/src/components/demos/phone-input/phone-input-international-demo.tsx:7
FunctionPhoneInputInternationalizationDemo
()
apps/www/src/components/demos/phone-input/phone-input-internationalization-demo.tsx:8
FunctionPhoneInputNationalDemo
()
apps/www/src/components/demos/phone-input/phone-input-national-demo.tsx:7
FunctionPhoneInputWithValidationDemo
()
apps/www/src/components/demos/phone-input/phone-input-with-validation-demo.tsx:8
FunctionPopover
({ ...props }: React.ComponentProps<typeof BasePopover.Root>)
apps/www/src/components/ui/popover.tsx:6
FunctionPopoverArrow
({ ...props }: React.ComponentProps<typeof BasePopover.Arrow>)
apps/www/src/components/ui/popover.tsx:28
FunctionPopoverClose
({ ...props }: React.ComponentProps<typeof BasePopover.Close>)
apps/www/src/components/ui/popover.tsx:22
FunctionPopoverContent
({ children, className, align = "center", sideOffset = 8, arrow = true, ...props }: React.ComponentProps
apps/www/src/components/ui/popover.tsx:76
FunctionPopoverDemo
()
apps/www/src/components/demos/popover/popover-demo.tsx:15
FunctionPopoverDescription
({ className, ...props }: React.ComponentProps<typeof BasePopover.Description>)
apps/www/src/components/ui/popover.tsx:63
FunctionPopoverFooter
({ className, ...props }: React.ComponentProps<"div">)
apps/www/src/components/ui/popover.tsx:120
FunctionPopoverHeader
({ className, ...props }: React.ComponentProps<"div">)
apps/www/src/components/ui/popover.tsx:40
FunctionPopoverPortal
({ ...props }: React.ComponentProps<typeof BasePopover.Portal>)
apps/www/src/components/ui/popover.tsx:10
FunctionPopoverPositioner
({ ...props }: React.ComponentProps<typeof BasePopover.Positioner>)
apps/www/src/components/ui/popover.tsx:34
FunctionPopoverTitle
({ className, ...props }: React.ComponentProps<typeof BasePopover.Title>)
apps/www/src/components/ui/popover.tsx:50
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof BasePopover.Trigger>)
apps/www/src/components/ui/popover.tsx:16
FunctionPreviewCard
({ ...props }: React.ComponentProps<typeof BasePreviewCard.Root>)
apps/www/src/components/ui/preview-card.tsx:8
FunctionPreviewCardArrow
({ ...props }: React.ComponentProps<typeof BasePreviewCard.Arrow>)
apps/www/src/components/ui/preview-card.tsx:44
FunctionPreviewCardContent
({ className, children, align = "center", sideOffset = 8, arrow = true, ...props }: React.ComponentProps
apps/www/src/components/ui/preview-card.tsx:50
FunctionPreviewCardDemo
()
apps/www/src/components/demos/preview-card/preview-card-demo.tsx:10
FunctionPreviewCardPortal
({ ...props }: React.ComponentProps<typeof BasePreviewCard.Portal>)
apps/www/src/components/ui/preview-card.tsx:27
FunctionPreviewCardPositioner
({ ...props }: React.ComponentProps<typeof BasePreviewCard.Positioner>)
apps/www/src/components/ui/preview-card.tsx:33
FunctionPreviewCardTrigger
({ ...props }: React.ComponentProps<typeof BasePreviewCard.Trigger>)
apps/www/src/components/ui/preview-card.tsx:14
FunctionPrivacySettingsCard
()
apps/www/src/components/cards/card-privacy-settings.tsx:41
FunctionProgress
({ className, children, ...props }: React.ComponentProps<typeof BaseProgress.Root>)
apps/www/src/components/ui/progress.tsx:6
FunctionProgressDemo
()
apps/www/src/components/demos/progress/progress-demo.tsx:5
FunctionProgressValue
({ className, ...props }: React.ComponentProps<typeof BaseProgress.Value>)
apps/www/src/components/ui/progress.tsx:30
FunctionProgressWithValueDemo
()
apps/www/src/components/demos/progress/progress-with-value-demo.tsx:5
FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof BaseRadioGroup>)
apps/www/src/components/ui/radio-group.tsx:8
FunctionRadioGroupDemo
()
apps/www/src/components/demos/radio-group/radio-group-demo.tsx:4
FunctionRadioGroupDisabledDemo
()
apps/www/src/components/demos/radio-group/radio-group-disabled-demo.tsx:4
FunctionRadioGroupItem
({ className, ...props }: React.ComponentProps<typeof Radio.Root>)
apps/www/src/components/ui/radio-group.tsx:21
FunctionResizableDemo
()
apps/www/src/components/demos/resizable/resizable-demo.tsx:7
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof BaseResizable.PanelResizeHandle> & { wit
apps/www/src/components/ui/resizable.tsx:29
FunctionResizablePanel
({ ...props }: React.ComponentProps<typeof BaseResizable.Panel>)
apps/www/src/components/ui/resizable.tsx:23
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof BaseResizable.PanelGroup>)
apps/www/src/components/ui/resizable.tsx:7
FunctionResizableVerticalDemo
()
apps/www/src/components/demos/resizable/resizable-vertical-demo.tsx:7
FunctionResizableWithHandleDemo
()
apps/www/src/components/demos/resizable/resizable-with-handle-demo.tsx:7
FunctionRoleCombobox
({ member }: RoleComboboxProps)
apps/www/src/components/cards/card-manage-members.tsx:57
FunctionRootLayout
({ children }: { children: React.ReactNode })
apps/www/src/app/layout.tsx:72
FunctionScrollArea
({ className, children, orientation, ...props }: React.ComponentProps<typeof BaseScrollArea.Root> & { ori
apps/www/src/components/ui/scroll-area.tsx:6
FunctionScrollAreaDemo
()
apps/www/src/components/demos/scroll-area/scroll-area-demo.tsx:6
FunctionScrollAreaHorizontalDemo
()
apps/www/src/components/demos/scroll-area/scroll-area-horizontal-demo.tsx:7
FunctionScrollBar
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof BaseScrollArea.Scrollbar>)
apps/www/src/components/ui/scroll-area.tsx:32
FunctionSearchDialog
()
apps/www/src/components/search-dialog.tsx:20
FunctionSelect
({ ...props }: React.ComponentProps<typeof BaseSelect.Root>)
apps/www/src/components/ui/select.tsx:7
FunctionSelectContent
({ className, children, sideOffset = 4, position = "popper", ...props }: React.ComponentProps<typeof Base
apps/www/src/components/ui/select.tsx:84
FunctionSelectDemo
()
apps/www/src/components/demos/select/select-demo.tsx:28
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof BaseSelect.Group>)
apps/www/src/components/ui/select.tsx:11
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof BaseSelect.Item>)
apps/www/src/components/ui/select.tsx:119
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof BaseSelect.GroupLabel>)
apps/www/src/components/ui/select.tsx:143
FunctionSelectList
({ className, ...props }: React.ComponentProps<typeof BaseSelect.List>)
apps/www/src/components/ui/select.tsx:71
FunctionSelectMultipleDemo
()
apps/www/src/components/demos/select/select-multiple-demo.tsx:37
FunctionSelectPortal
({ ...props }: React.ComponentProps<typeof BaseSelect.Portal>)
apps/www/src/components/ui/select.tsx:17
FunctionSelectPositioner
({ ...props }: React.ComponentProps<typeof BaseSelect.Positioner>)
apps/www/src/components/ui/select.tsx:23
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof BaseSelect.ScrollDownArrow>)
apps/www/src/components/ui/select.tsx:190
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof BaseSelect.ScrollUpArrow>)
apps/www/src/components/ui/select.tsx:172
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof BaseSelect.Separator>)
apps/www/src/components/ui/select.tsx:159
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof BaseSelect.Trigger> & {
apps/www/src/components/ui/select.tsx:42
FunctionSelectValue
({ className, ...props }: React.ComponentProps<typeof BaseSelect.Value>)
apps/www/src/components/ui/select.tsx:29
FunctionSelectWithCustomValueDemo
()
apps/www/src/components/demos/select/select-with-custom-value-demo.tsx:31
FunctionSelectWithGroupsDemo
()
apps/www/src/components/demos/select/select-with-groups-demo.tsx:42
FunctionSeparator
({ className, orientation = "horizontal", ...props }: React.ComponentProps<typeof BaseSeparator>)
apps/www/src/components/ui/separator.tsx:6
FunctionSeparatorDemo
()
apps/www/src/components/demos/separator/separator-demo.tsx:3
FunctionSheet
({ ...props }: React.ComponentProps<typeof BaseSheet.Root>)
apps/www/src/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof BaseSheet.Close>)
apps/www/src/components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", ...props }: React.ComponentProps<typeof BaseSheet.Popup> & { side
apps/www/src/components/ui/sheet.tsx:47
FunctionSheetDemo
()
apps/www/src/components/demos/sheet/sheet-demo.tsx:17
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof BaseSheet.Description>)
apps/www/src/components/ui/sheet.tsx:107
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
apps/www/src/components/ui/sheet.tsx:120
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
apps/www/src/components/ui/sheet.tsx:84
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof BaseSheet.Backdrop>)
apps/www/src/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof BaseSheet.Portal>)
apps/www/src/components/ui/sheet.tsx:25
FunctionSheetSidesDemo
()
apps/www/src/components/demos/sheet/sheet-sides-demo.tsx:19
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof BaseSheet.Title>)
apps/www/src/components/ui/sheet.tsx:94
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof BaseSheet.Trigger>)
apps/www/src/components/ui/sheet.tsx:13
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
apps/www/src/components/ui/skeleton.tsx:5
FunctionSkeletonDemo
()
apps/www/src/components/demos/skeleton/skeleton-demo.tsx:3
FunctionSlider
({ className, children, defaultValue, value, min = 0, max = 100, ...props }: React.ComponentProps<typeo
apps/www/src/components/ui/slider.tsx:6
FunctionSliderDemo
()
apps/www/src/components/demos/slider/slider-demo.tsx:3
FunctionSliderDisabledDemo
()
apps/www/src/components/demos/slider/slider-disabled-demo.tsx:3
FunctionSliderRangeDemo
()
apps/www/src/components/demos/slider/slider-range-demo.tsx:3
← previousnext →401–500 of 614, ranked by callers