UNPKG

webcoreui

Version:

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

12 lines (11 loc) 242 B
export type TableProps = { headings?: string[] footer?: string[] data: string[][] hover?: boolean striped?: 'column' | 'row' offsetStripe?: boolean compact?: boolean maxHeight?: string className?: string }