UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

13 lines (12 loc) 242 B
export type TabsProps = { items: { label: string value: string active?: boolean disabled?: boolean }[] theme?: 'boxed' | 'outline' vertical?: boolean even?: boolean className?: string }