MCPcopy Create free account

hub / github.com/Innei/Pastel / functions

Functions292 in github.com/Innei/Pastel

FunctionProgressDemo
()
templates/react-starter/src/features/design-mockup/components/display.tsx:91
FunctionProviders
({ children }: { children: ReactNode })
templates/react-starter/src/providers.tsx:10
FunctionProviders
({ children }: ProvidersProps)
docs/src/components/Providers.tsx:16
FunctionRadio
({ className, ...props }: RadioProps)
templates/react-starter/src/components/ui/radio/radio.tsx:24
FunctionRadioDemo
()
templates/react-starter/src/features/design-mockup/components/forms.tsx:48
FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive>)
templates/react-starter/src/components/ui/radio/radio.tsx:7
FunctionRadioItem
({ value, disabled, children }: RadioItemProps)
templates/react-starter/src/components/ui/radio/radio.tsx:46
FunctionRegularColors
({ selectedVariant, sortOrder, selectedChannel, onColorClick, onCopy, })
docs/src/components/ColorPalette/components/RegularColors.tsx:21
FunctionResultItem
({ result, index, }: { result: SearchResult index: number })
docs/src/components/ColorPalette/components/CommandPalette.tsx:425
FunctionScrollArea
({ className, viewportClassName, children }: ScrollAreaProps)
templates/react-starter/src/components/ui/scroll-area/scroll-area.tsx:12
FunctionScrollAreaDemo
()
templates/react-starter/src/features/design-mockup/components/advanced.tsx:59
FunctionSearchBar
()
docs/src/components/ColorPalette/components/ColorSidebar.tsx:454
FunctionSelect
({ options, value, defaultValue, onValueChange, placeholder = 'Select…', disabled, className, }:
templates/react-starter/src/components/ui/select/select.tsx:25
FunctionSelectContent
({ ref, className, children, sideOffset = 4, ...props }: React.ComponentProps<typeof SelectPrimitive
docs/src/components/ui/Select.tsx:34
FunctionSelectItem
({ ref, className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
docs/src/components/ui/Select.tsx:78
FunctionSelectLabel
({ ref, className, ...props }: React.ComponentProps<typeof SelectPrimitive.GroupLabel>)
docs/src/components/ui/Select.tsx:66
FunctionSelectSeparator
({ ref, className, ...props }: React.HTMLAttributes<HTMLDivElement> & { ref?: React.RefObject<HTMLDivE
docs/src/components/ui/Select.tsx:101
FunctionSelectTrigger
({ ref, className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger>)
docs/src/components/ui/Select.tsx:13
FunctionSemanticColors
({ selectedVariant, selectedChannel, selectedCategory, onColorClick, onCopy, })
docs/src/components/ColorPalette/components/SemanticColors.tsx:16
FunctionSeparator
({ orientation = 'horizontal', className, ...props }: SeparatorProps)
templates/react-starter/src/components/ui/separator/separator.tsx:12
FunctionSeparatorDemo
()
templates/react-starter/src/features/design-mockup/components/display.tsx:74
FunctionSlider
({ className, ...props }: SliderProps)
templates/react-starter/src/components/ui/slider/slider.tsx:12
FunctionSlider
({ ref, className, showValue = false, valueFormatter, ...props }: SliderProps & { ref?: React.RefO
docs/src/components/ui/Slider.tsx:15
FunctionSliderDemo
()
templates/react-starter/src/features/design-mockup/components/forms.tsx:59
FunctionStackItem
({ entry }: { entry: ModalStackEntry })
templates/react-starter/src/components/ui/modal/imperative.tsx:145
FunctionStarRating
({ rating, onRatingChange, readonly = false, }: StarRatingProps)
docs/src/components/Examples/AlertExamples.tsx:273
FunctionStarterTemplateSection
()
docs/src/components/Layout/StarterTemplateSection.tsx:20
FunctionSwitch
({ className, ...props }: SwitchProps)
templates/react-starter/src/components/ui/switch/switch.tsx:12
FunctionSwitchDemo
()
templates/react-starter/src/features/design-mockup/components/forms.tsx:31
FunctionTabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
templates/react-starter/src/components/ui/tabs/tabs.tsx:5
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Panel>)
templates/react-starter/src/components/ui/tabs/tabs.tsx:50
FunctionTabsDemo
()
templates/react-starter/src/features/design-mockup/components/display.tsx:13
FunctionTabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
templates/react-starter/src/components/ui/tabs/tabs.tsx:12
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Tab>)
templates/react-starter/src/components/ui/tabs/tabs.tsx:33
FunctionTextarea
({ className, ref, ...props }: TextareaHTMLAttributes<HTMLTextAreaElement> & { ref?: React.RefObject<H
templates/react-starter/src/components/ui/input/input.tsx:19
FunctionTextarea
({ ref, className, ...props }: TextareaProps & { ref?: React.RefObject<HTMLTextAreaElement | null> })
docs/src/components/ui/Textarea.tsx:7
FunctionThemeToggle
({ className }: { className?: string })
templates/react-starter/src/features/theme/components/theme-toggle.tsx:6
FunctionToast
({ icon: IconComponent, message, variant = 'success', onDismiss, }: ToastProps)
docs/src/components/Examples/AlertExamples.tsx:172
FunctionToastSection
()
templates/react-starter/src/features/design-mockup/components/toast.tsx:6
FunctionToaster
()
templates/react-starter/src/components/ui/toast/toaster.tsx:5
FunctionToggle
({ className, ...props }: React.ComponentProps<typeof TogglePrimitive<Value>>)
templates/react-starter/src/components/ui/toggle/toggle.tsx:14
FunctionToggleDemo
()
templates/react-starter/src/features/design-mockup/components/layout.tsx:67
FunctionToggleGroup
({ className, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive<Value>>)
templates/react-starter/src/components/ui/toggle/toggle.tsx:24
FunctionTokenTable
()
templates/react-starter/src/features/design-mockup/components/mockup.tsx:32
FunctionToolbar
({ className, ...props }: React.ComponentProps<typeof ToolbarPrimitive.Root>)
templates/react-starter/src/components/ui/toolbar/toolbar.tsx:5
FunctionToolbarButton
({ className, ...props }: React.ComponentProps<typeof ToolbarPrimitive.Button>)
templates/react-starter/src/components/ui/toolbar/toolbar.tsx:28
FunctionToolbarDemo
()
templates/react-starter/src/features/design-mockup/components/advanced.tsx:65
FunctionToolbarGroup
({ className, ...props }: React.ComponentProps<typeof ToolbarPrimitive.Group>)
templates/react-starter/src/components/ui/toolbar/toolbar.tsx:18
FunctionToolbarLink
({ className, ...props }: React.ComponentProps<typeof ToolbarPrimitive.Link>)
templates/react-starter/src/components/ui/toolbar/toolbar.tsx:45
FunctionToolbarSeparator
({ className, ...props }: React.ComponentProps<typeof ToolbarPrimitive.Separator>)
templates/react-starter/src/components/ui/toolbar/toolbar.tsx:60
FunctionTooltip
({ children, title, side = 'top', delay = 400 }: TooltipProps)
templates/react-starter/src/components/ui/tooltip/tooltip.tsx:15
FunctionaddAlphaToHex
(hex: string, alpha: number)
packages/colors/src/utils.ts:18
Methodbouncy
* A spring with a predefined duration and higher amount of bounce that can be tuned.
docs/src/constants/spring.ts:95
Functionclamp
(value: number, min: number, max: number)
packages/colors/src/utils.ts:154
FunctionclassDarkMode
(selector = '.dark')
packages/tailwindcss-colors/src/config.ts:19
FunctionconfigureServer
(server)
docs/vite.config.ts:12
FunctioncreateConfig
( options?: Partial<GeneratorConfig>, )
packages/tailwindcss-colors/src/config.ts:4
FunctiondataAttributeDarkMode
( selector = 'html[data-theme="dark"]', )
packages/tailwindcss-colors/src/config.ts:23
FunctionformatOKLCH
(oklch: OKLCH)
packages/colors/src/utils.ts:39
FunctionformatRGB
(rgb: RGB)
packages/colors/src/utils.ts:61
FunctiongenerateColorVariables
( colors: ColorSystem, mode: 'light' | 'dark', colorSpace: ColorFormat = 'srgb', )
packages/tailwindcss-colors/src/generator.ts:57
FunctiongetColorValue
( colorVariant: any, mode: 'light' | 'dark', channel: 'oklch' | 'srgb' | 'p3', )
docs/src/components/ColorPalette/utils/colorUtils.ts:11
FunctiongetSnapshot
()
templates/react-starter/src/components/ui/context-menu/store.ts:28
FunctiongetSnapshot
()
templates/react-starter/src/components/ui/modal/imperative.tsx:61
FunctionhandleCancel
()
templates/react-starter/src/components/ui/modal/imperative.tsx:93
FunctionhandleChange
(e: React.ChangeEvent<HTMLInputElement>)
docs/src/components/ui/Checkbox.tsx:57
FunctionhandleClickOutside
(event: MouseEvent)
docs/src/components/ui/Dropdown.tsx:38
FunctionhandleColorClick
( colorName: string, type: ColorCategory = 'regular', data?: any, )
docs/src/components/ColorPalette/ColorGrid.tsx:54
FunctionhandleCopy
(value: string)
docs/src/components/ColorPalette/ColorExplorer.tsx:75
FunctionhandleCopy
(value: string)
docs/src/components/ColorPalette/ColorGrid.tsx:62
FunctionhandleDismiss
()
docs/src/components/Examples/AlertExamples.tsx:81
FunctionhandleDragLeave
(e: React.DragEvent)
docs/src/components/Examples/FormExamples.tsx:36
FunctionhandleDragOver
(e: React.DragEvent)
docs/src/components/Examples/FormExamples.tsx:31
FunctionhandleDrop
(e: React.DragEvent)
docs/src/components/Examples/FormExamples.tsx:41
FunctionhandleKeyDown
(e: KeyboardEvent)
docs/src/components/ColorPalette/ColorExplorer.tsx:44
FunctionhandleKeyDown
(e: KeyboardEvent)
docs/src/components/ColorPalette/components/CommandPalette.tsx:367
FunctionhandleLoadingDemo
()
docs/src/components/Examples/ButtonExamples.tsx:92
FunctionhandleOk
()
templates/react-starter/src/components/ui/modal/imperative.tsx:98
FunctionhandleScroll
()
docs/src/components/Layout/Header.tsx:13
FunctionhandleValueChange
( newValue: number | readonly number[], ...rest: unknown[] )
docs/src/components/ui/Slider.tsx:39
Functionhandler
(event: MouseEvent | PointerEvent)
templates/react-starter/src/components/ui/context-menu/host.tsx:13
Functionlazy0
()
templates/react-starter/src/generated-routes.ts:9
Functionlazy1
()
templates/react-starter/src/generated-routes.ts:10
Functionlazy2
()
templates/react-starter/src/generated-routes.ts:11
Functionlazy3
()
templates/react-starter/src/generated-routes.ts:12
FunctionmapHexToRGBString
(hex: string)
packages/colors/src/utils.ts:11
FunctionmediaDarkMode
()
packages/tailwindcss-colors/src/config.ts:15
Functionsubscribe
(listener: () => void)
templates/react-starter/src/components/ui/context-menu/store.ts:21
Functionsubscribe
(listener: () => void)
templates/react-starter/src/components/ui/modal/imperative.tsx:55
FunctionupdateContextMenuItems
(items: MenuItem[])
templates/react-starter/src/components/ui/context-menu/store.ts:64
FunctionuseCopyToClipboard
(timeout = 2000)
docs/src/hooks/useCopyToClipboard.ts:3
FunctionvalidateColor
(colorValue: string)
packages/colors/src/utils.ts:69
← previous201–292 of 292, ranked by callers