FunctionDotComponent({
dot,
index,
dotSize,
mouseX,
mouseY,
repulsionRadius,
repulsionStrength,
}: DotComponentProps
components/kokonutui/mouse-effect-card.tsx:123
FunctionElegantShape({
className,
delay = 0,
width = 400,
height = 100,
rotate = 0,
gradient = "from-white/[0.08]",
components/kokonutui/shape-hero.tsx:23
FunctionFeatureCard({
image,
video,
title,
number,
description,
href,
tags,
className,
}: FeatureCardProps)
components/landing/feature-card.tsx:29
FunctionMouseEffectCard({
className,
children,
dotSize = 2,
dotSpacing = 16,
repulsionRadius = 80,
repulsionStrength = 20
components/kokonutui/mouse-effect-card.tsx:239
FunctionParticleButton({
children,
onClick,
onSuccess,
successDuration = 1000,
className,
...props
}: ParticleButtonProp
components/kokonutui/particle-button.tsx:64
FunctionPreview({
children,
className = "",
link,
useIframe = false,
compact = false,
comment = [],
isBlock = f
components/mdx/preview.tsx:20
FunctionScrollText({
texts = [
"TailwindCSS",
"Kokonut UI",
"shadcn/ui",
"Next.js",
"Vercel",
"Motion"
components/kokonutui/scroll-text.tsx:22
FunctionSidebar({
side = "left",
variant = "sidebar",
collapsible = "offcanvas",
className,
children,
...props
}:
components/ui/sidebar.tsx:153
FunctionSidebarMenuButton({
asChild = false,
isActive = false,
variant = "default",
size = "default",
tooltip,
className,
components/ui/sidebar.tsx:500