FunctionAction({
tooltip,
children,
label,
className,
variant = "ghost",
size = "sm",
...props
}: ActionProps)
src/components/ai-elements/actions.tsx:26
FunctionArtifactAction({
tooltip,
label,
icon: Icon,
children,
className,
size = "sm",
variant = "ghost",
...props
}
src/components/ai-elements/artifact.tsx:98
FunctionCarousel({
orientation = "horizontal",
opts,
setApi,
plugins,
className,
children,
...props
}: React.Com
src/components/ui/carousel.tsx:45
FunctionCodeBlock({
code,
language,
showLineNumbers = false,
className,
children,
...props
}: CodeBlockProps)
src/components/ai-elements/code-block.tsx:29
FunctionCodeBlockCopyButton({
onCopy,
onError,
timeout = 2000,
children,
className,
...props
}: CodeBlockCopyButtonProps)
src/components/ai-elements/code-block.tsx:108