FunctionFlickeringGrid({
squareSize = 3,
gridGap = 3,
flickerChance = 0.2,
color = "#B4B4B4",
width,
height,
className,
maxO
src/components/ui/flickering-grid.tsx:27
FunctionHeroVideoDialog({
animationStyle = "from-center",
videoSrc,
thumbnailSrc,
thumbnailAlt = "Video thumbnail",
className,
}
src/components/ui/hero-video-dialog.tsx:71
FunctionLineChart({
data,
height = 200,
width = 600,
color,
shouldAnimate,
startAnimationDelay,
}: LineChartProps)
src/components/third-bento-animation.tsx:17
FunctionMarquee({
className,
reverse = false,
pauseOnHover = false,
children,
vertical = false,
repeat = 4,
...props
}
src/components/ui/marquee.tsx:35
FunctionMessageAction({
tooltip,
children,
className,
side = "top",
delayDuration,
...props
}: MessageActionProps)
src/components/ui/message.tsx:102
FunctionOrbitingCircles({
className,
children,
reverse,
duration = 20,
radius = 160,
path = true,
iconSize = 30,
speed = 1,
src/components/ui/orbiting-circle.tsx:22
FunctionPromptInput({
className,
isLoading = false,
maxHeight = 240,
value,
onValueChange,
onSubmit,
children,
disabled =
src/components/ui/prompt-input.tsx:54
FunctionReasoningResponse({
text,
className,
speed = 20,
mode = "typewriter",
onComplete,
fadeDuration,
segmentDelay,
character
src/components/ui/reasoning.tsx:161
FunctionResponseStream({
textStream,
mode = "typewriter",
speed = 20,
className = "",
onComplete,
as = "div",
fadeDuration,
src/components/ui/response-stream.tsx:294
FunctionSidebar({
side = "left",
variant = "sidebar",
collapsible = "offcanvas",
className,
children,
...props
}: React
src/components/ui/sidebar.tsx:153
FunctionSidebarMenuButton({
asChild = false,
isActive = false,
variant = "default",
size = "default",
tooltip,
className,
...pro
src/components/ui/sidebar.tsx:497
FunctionSidebarProvider({
defaultOpen = true,
open: openProp,
onOpenChange: setOpenProp,
className,
style,
children,
...props
src/components/ui/sidebar.tsx:55