FunctionShimmerComponent({
children,
as: Component = "p",
className,
duration = 2,
spread = 2,
}: TextShimmerProps)
web/src/components/ai-elements/shimmer.tsx:35
FunctionSidebar({
side = "left",
variant = "sidebar",
collapsible = "offcanvas",
className,
children,
...props
}:
web/src/components/ui/sidebar.tsx:154
FunctionSidebarMenuButton({
asChild = false,
isActive = false,
variant = "default",
size = "default",
tooltip,
className,
web/src/components/ui/sidebar.tsx:498
FunctionSidebarProvider({
defaultOpen = true,
open: openProp,
onOpenChange: setOpenProp,
className,
style,
children,
..
web/src/components/ui/sidebar.tsx:56
FunctionSnippetCopyButton({
onCopy,
onError,
timeout = 2000,
children,
className,
...props
}: SnippetCopyButtonProps)
web/src/components/ai-elements/snippet.tsx:87
FunctionSuggestion({
suggestion,
onClick,
className,
variant = "outline",
size = "sm",
children,
...props
}: Sugge
web/src/components/ai-elements/suggestion.tsx:33
FunctionTaskCard({
task,
lane,
onCopyTaskId,
onDeleteTask,
isDeleting,
}: TaskCardProps)
web/src/components/task-kanban.tsx:50
FunctionTaskKanban({
className,
tasks,
isLoading,
onCopyTaskId,
onDeleteTask,
deletingTaskId,
}: {
className?: str
web/src/components/task-kanban.tsx:190
FunctionTaskKanbanLane({
lane,
tasks,
onCopyTaskId,
onDeleteTask,
deletingTaskId,
}: TaskKanbanLaneProps)
web/src/components/task-kanban.tsx:150
FunctionTemporary({
id,
sourceX,
sourceY,
targetX,
targetY,
sourcePosition,
targetPosition,
}: EdgeProps)
web/src/components/ai-elements/edge.tsx:11
FunctionTerminal({
output,
isStreaming = false,
autoScroll = true,
onClear,
className,
children,
...props
}: Ter
web/src/components/ai-elements/terminal.tsx:41
FunctionTerminalCopyButton({
onCopy,
onError,
timeout = 2000,
children,
className,
...props
}: TerminalCopyButtonProps)
web/src/components/ai-elements/terminal.tsx:159
FunctionTest({
name,
status,
duration,
className,
children,
...props
}: TestProps)
web/src/components/ai-elements/test-results.tsx:340
FunctionTestSuiteStats({
passed = 0,
failed = 0,
skipped = 0,
className,
children,
...props
}: TestSuiteStatsProps)
web/src/components/ai-elements/test-results.tsx:277