UNPKG

webcoreui

Version:

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

13 lines (12 loc) 234 B
export type RibbonProps = { offset?: number type?: 'folded' | null theme?: 'secondary' | 'info' | 'success' | 'warning' | 'alert' | null | undefined className?: string }