MCPcopy Create free account

hub / github.com/Innei/Pastel / functions

Functions292 in github.com/Innei/Pastel

FunctionCheckbox
({ className, ...props }: CheckboxProps)
templates/react-starter/src/components/ui/checkbox/checkbox.tsx:13
FunctionCheckboxComponent
({ ref, id, checked, defaultChecked, indeterminate = false, disabled = false, className, size
docs/src/components/ui/Checkbox.tsx:34
FunctionCheckboxDemo
()
templates/react-starter/src/features/design-mockup/components/forms.tsx:10
FunctionCheckboxGroup
({ className, ...props }: React.ComponentProps<typeof CheckboxGroupPrimitive>)
templates/react-starter/src/components/ui/checkbox-group/checkbox-group.tsx:5
FunctionCollapsibleContent
({ className, children, ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Panel>)
templates/react-starter/src/components/ui/collapsible/collapsible.tsx:27
FunctionCollapsibleDemo
()
templates/react-starter/src/features/design-mockup/components/layout.tsx:57
FunctionCollapsibleTrigger
({ className, children, ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Trigger>)
templates/react-starter/src/components/ui/collapsible/collapsible.tsx:8
FunctionColorCanvas
({ selectedColor, selectedChannel, selectedVariant, onCopy, }: ColorCanvasProps)
docs/src/components/ColorPalette/components/ColorCanvas.tsx:16
FunctionColorCard
({ colorName, variants, onClick, onCopy, selectedChannel, showLabels = true, aspectRatio = 'aspe
docs/src/components/ColorPalette/components/ColorCard.tsx:16
FunctionColorCategories
()
docs/src/components/ColorPalette/components/ColorSidebar.tsx:481
FunctionColorDetails
({ colorName, onCopy }: ColorDetailsProps)
docs/src/components/ColorPalette/ColorDetails.tsx:9
FunctionColorExplorer
()
docs/src/components/ColorPalette/ColorExplorer.tsx:27
FunctionColorGrid
()
docs/src/components/ColorPalette/ColorGrid.tsx:31
FunctionColorItem
({ name, data, category }: ColorItemProps)
docs/src/components/ColorPalette/components/ColorSidebar.tsx:350
FunctionColorModal
({ isOpen, onClose, colorName, colorType, colorVariant, colorData, onCopy, }: ColorModalProps)
docs/src/components/ColorPalette/ColorModal.tsx:78
FunctionColorSidebar
(props: ColorSidebarProps)
docs/src/components/ColorPalette/components/ColorSidebar.tsx:582
FunctionColorSidebarProvider
({ children, selectedCategory, selectedColor, searchQuery, onCategoryChange, onColorSelect, onS
docs/src/components/ColorPalette/components/ColorSidebar.tsx:142
FunctionColorSwatch
({ color, name, shade, onClick, size = 'md', showLabel = true, className = '', }: ColorSwatchPro
docs/src/components/ColorPalette/ColorSwatch.tsx:11
FunctionColorSwatch
({ name, variants, onClick, showIcon = false, icon, })
docs/src/components/ColorPalette/components/ColorSwatch.tsx:17
FunctionCombobox
({ options, value, defaultValue, onValueChange, inputValue, onInputValueChange, placeholder = 'S
templates/react-starter/src/components/ui/combobox/combobox.tsx:28
FunctionComboboxDemo
()
templates/react-starter/src/features/design-mockup/components/advanced.tsx:106
FunctionCommandPalette
({ isOpen, onClose, onColorSelect, searchQuery, onSearchChange, recentColors, selectedChannel,
docs/src/components/ColorPalette/components/CommandPalette.tsx:32
FunctionComponent
()
templates/react-starter/src/pages/about.tsx:1
FunctionComponent
()
templates/react-starter/src/pages/design.tsx:3
FunctionComponent
()
templates/react-starter/src/pages/layout.tsx:5
FunctionComponent
()
templates/react-starter/src/pages/index.tsx:67
FunctionConfirmBody
({ config }: { config: ModalConfirmConfig })
templates/react-starter/src/components/ui/modal/imperative.tsx:89
FunctionContainer
({ className, ...props }: ContainerProps)
docs/src/components/ui/Container.tsx:7
FunctionContextMenu
({ children, items }: ContextMenuProps)
templates/react-starter/src/components/ui/context-menu/context-menu.tsx:16
FunctionContextMenuHost
()
templates/react-starter/src/components/ui/context-menu/host.tsx:9
FunctionContrastDemo
()
docs/src/components/ContrastDemo.tsx:43
FunctionControlsSection
()
templates/react-starter/src/features/design-mockup/components/controls.tsx:30
FunctionCopyButton
({ value, label, variant = 'default', onCopy, }: CopyButtonProps)
docs/src/components/ui/CopyButton.tsx:14
FunctionDemoCard
({ title, description, children, wide, }: { title: string; description: string; children: ReactN
templates/react-starter/src/pages/index.tsx:41
FunctionDemoCard
({ title, description, children, wide }: DemoCardProps)
templates/react-starter/src/features/design-mockup/components/mockup-card.tsx:12
FunctionDisplaySection
()
templates/react-starter/src/features/design-mockup/components/display.tsx:129
FunctionDrawer
({ open, onOpenChange, trigger, title, description, side = 'bottom', children, }: DrawerProps)
templates/react-starter/src/components/ui/drawer/drawer.tsx:34
FunctionDrawerDemo
()
templates/react-starter/src/features/design-mockup/components/layout.tsx:95
FunctionDropdown
({ options, value, onChange, placeholder, className = '', }: DropdownProps)
docs/src/components/ui/Dropdown.tsx:19
FunctionDropdownMenu
({ children, items, align = 'start', side = 'bottom', header, footer, open, onOpenChange, de
templates/react-starter/src/components/ui/dropdown-menu/dropdown-menu.tsx:32
FunctionFooter
()
docs/src/components/Layout/Footer.tsx:7
FunctionForm
({ className, ...props }: React.ComponentProps<typeof FormPrimitive>)
templates/react-starter/src/components/ui/form/form.tsx:6
FunctionFormDemo
()
templates/react-starter/src/features/design-mockup/components/controls.tsx:9
FunctionFormDescription
({ className, ...props }: React.ComponentProps<typeof Field.Description>)
templates/react-starter/src/components/ui/form/form.tsx:23
FunctionFormError
({ className, ...props }: React.ComponentProps<typeof Field.Error>)
templates/react-starter/src/components/ui/form/form.tsx:30
FunctionFormExamples
()
docs/src/components/Examples/FormExamples.tsx:19
FunctionFormField
({ className, ...props }: React.ComponentProps<typeof Field.Root>)
templates/react-starter/src/components/ui/form/form.tsx:10
FunctionFormLabel
({ className, ...props }: React.ComponentProps<typeof Field.Label>)
templates/react-starter/src/components/ui/form/form.tsx:14
FunctionFormsSection
()
templates/react-starter/src/features/design-mockup/components/forms.tsx:69
FunctionGridApplicationColors
({ selectedVariant, onColorClick, })
docs/src/components/ColorPalette/components/GridApplicationColors.tsx:58
FunctionGridGrayScaleColors
({ selectedVariant, selectedChannel, onColorClick, }: GridGrayScaleColorsProps)
docs/src/components/ColorPalette/components/GridGrayScaleColors.tsx:12
FunctionGridMaterialColors
({ selectedVariant, selectedChannel, onColorClick, })
docs/src/components/ColorPalette/components/GridMaterialColors.tsx:61
FunctionGridRegularColors
({ selectedVariant, sortOrder, onColorClick, })
docs/src/components/ColorPalette/components/GridRegularColors.tsx:15
FunctionGridSemanticColors
({ selectedVariant, selectedCategory, onColorClick, })
docs/src/components/ColorPalette/components/GridSemanticColors.tsx:16
FunctionHeader
()
docs/src/components/Layout/Header.tsx:8
FunctionHero
()
docs/src/components/Hero.tsx:8
FunctionInput
({ className, ...props }: React.ComponentProps<typeof InputPrimitive>)
templates/react-starter/src/components/ui/input/input.tsx:15
FunctionInput
({ ref, className, type, ...props }: InputProps & { ref?: React.RefObject<HTMLInputElement | null> })
docs/src/components/ui/Input.tsx:7
FunctionInstallSection
()
docs/src/components/Layout/InstallSection.tsx:4
FunctionLabel
({ ref, className, ...props }: React.LabelHTMLAttributes<HTMLLabelElement> & { ref?: React.RefObject<H
docs/src/components/ui/Label.tsx:5
FunctionLayoutSection
()
templates/react-starter/src/features/design-mockup/components/layout.tsx:206
FunctionMainSections
()
docs/src/components/Layout/MainSections.tsx:13
FunctionMaterialColors
({ selectedVariant, selectedChannel, onColorClick, onCopy, })
docs/src/components/ColorPalette/components/MaterialColors.tsx:15
FunctionMaterialSwatch
({ level, variants, onClick, selectedChannel, isDark, })
docs/src/components/ColorPalette/components/GridMaterialColors.tsx:22
FunctionMenubar
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive>)
templates/react-starter/src/components/ui/menubar/menubar.tsx:8
FunctionMenubarContent
({ className, align = 'start', sideOffset = 6, ...props }: React.ComponentProps<typeof MenuPrimitive.P
templates/react-starter/src/components/ui/menubar/menubar.tsx:39
FunctionMenubarDemo
()
templates/react-starter/src/features/design-mockup/components/layout.tsx:121
FunctionMenubarTrigger
({ className, ...props }: React.ComponentProps<typeof MenuPrimitive.Trigger>)
templates/react-starter/src/components/ui/menubar/menubar.tsx:23
FunctionMenusSection
()
templates/react-starter/src/features/design-mockup/components/menus.tsx:34
FunctionMeter
({ className, ...props }: MeterProps)
templates/react-starter/src/components/ui/meter/meter.tsx:12
FunctionMeterDemo
()
templates/react-starter/src/features/design-mockup/components/advanced.tsx:125
FunctionMockup
()
templates/react-starter/src/features/design-mockup/components/mockup.tsx:50
FunctionModal
({ isOpen, onClose, children, title, size = 'md', className, }: ModalProps)
docs/src/components/ui/Modal.tsx:24
FunctionModalBackdrop
({ className, ...rest }: React.ComponentProps<typeof Dialog.Backdrop>)
templates/react-starter/src/components/ui/modal/atoms.tsx:68
FunctionModalClose
({ className, children, ...rest }: React.ComponentProps<typeof Dialog.Close>)
templates/react-starter/src/components/ui/modal/atoms.tsx:150
FunctionModalContent
({ className, ...rest }: HTMLAttributes<HTMLDivElement>)
templates/react-starter/src/components/ui/modal/atoms.tsx:168
FunctionModalFooter
({ className, ...rest }: HTMLAttributes<HTMLDivElement>)
templates/react-starter/src/components/ui/modal/atoms.tsx:172
FunctionModalHeader
({ className, ...rest }: HTMLAttributes<HTMLDivElement>)
templates/react-starter/src/components/ui/modal/atoms.tsx:134
FunctionModalHost
()
templates/react-starter/src/components/ui/modal/imperative.tsx:183
FunctionModalPopup
({ className, style, width, children, ...rest }: ModalPopupProps)
templates/react-starter/src/components/ui/modal/atoms.tsx:100
FunctionModalRoot
({ open: openProp, defaultOpen = false, onOpenChange, onExitComplete, children, ...rest }: ModalRo
templates/react-starter/src/components/ui/modal/atoms.tsx:20
FunctionModalTitle
({ className, ...rest }: React.ComponentProps<typeof Dialog.Title>)
templates/react-starter/src/components/ui/modal/atoms.tsx:141
FunctionNavigationMenu
({ className, children, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Root>)
templates/react-starter/src/components/ui/navigation-menu/navigation-menu.tsx:6
FunctionNavigationMenuContent
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Content>)
templates/react-starter/src/components/ui/navigation-menu/navigation-menu.tsx:54
FunctionNavigationMenuDemo
()
templates/react-starter/src/features/design-mockup/components/layout.tsx:166
FunctionNavigationMenuLink
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Link>)
templates/react-starter/src/components/ui/navigation-menu/navigation-menu.tsx:70
FunctionNavigationMenuList
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.List>)
templates/react-starter/src/components/ui/navigation-menu/navigation-menu.tsx:19
FunctionNavigationMenuPopup
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Popup>)
templates/react-starter/src/components/ui/navigation-menu/navigation-menu.tsx:99
FunctionNavigationMenuPositioner
({ className, sideOffset = 6, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Positioner
templates/react-starter/src/components/ui/navigation-menu/navigation-menu.tsx:114
FunctionNavigationMenuTrigger
({ className, children, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>)
templates/react-starter/src/components/ui/navigation-menu/navigation-menu.tsx:34
FunctionNavigationMenuViewport
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>)
templates/react-starter/src/components/ui/navigation-menu/navigation-menu.tsx:85
FunctionNotificationBadge
({ children, count, variant = 'primary', max = 99, }: NotificationBadgeProps)
docs/src/components/Examples/AlertExamples.tsx:230
FunctionNumberField
({ className, ...props }: NumberFieldProps)
templates/react-starter/src/components/ui/number-field/number-field.tsx:13
FunctionNumberFieldDemo
()
templates/react-starter/src/features/design-mockup/components/advanced.tsx:20
FunctionOverlaysSection
()
templates/react-starter/src/features/design-mockup/components/overlays.tsx:20
FunctionParentChildBoxesDemo
()
templates/react-starter/src/features/design-mockup/components/layout.tsx:29
FunctionPopoverContent
({ className, align = 'center', side = 'bottom', sideOffset = 8, ...props }: PopoverContentProps)
templates/react-starter/src/components/ui/popover/popover.tsx:23
FunctionPreviewCardContent
({ className, align = 'center', side = 'bottom', sideOffset = 8, ...props }: PreviewCardContentProps
templates/react-starter/src/components/ui/preview-card/preview-card.tsx:18
FunctionPreviewCardDemo
()
templates/react-starter/src/features/design-mockup/components/advanced.tsx:27
FunctionProgress
({ className, ...props }: ProgressProps)
templates/react-starter/src/components/ui/progress/progress.tsx:12
← previousnext →101–200 of 292, ranked by callers