UNPKG

webcoreui

Version:

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

9 lines (8 loc) 157 B
export type BannerProps = { top?: number bottom?: boolean closeable?: boolean padded?: boolean sticky?: boolean className?: string }