Code Tabs
A tabs component that displays code for different languages.
Made by imskyleenInstallation
Usage
API Reference
CodeTabs
Animate UI API Reference - Tabs PrimitiveProp | Type | Default |
---|---|---|
codes | Record<string, string> | - |
lang? | string | bash |
themes? | Record<string, string> | { light: 'github-light', dark: 'github-dark' } |
copyButton? | boolean | true |
onCopiedChange? | (copied: boolean, content?: string) => void | - |