UNPKG

@ryanhelsing/ry-ui

Version:

Framework-agnostic, Light DOM web components. CSS is the source of truth.

16 lines 402 B
/** * <ry-hero> * * Hero section component (mostly CSS-only). * * Usage: * <ry-hero align="center"> * <h1>Build apps faster</h1> * <p>Framework-agnostic components.</p> * <ry-cluster><ry-button>Get Started</ry-button></ry-cluster> * </ry-hero> */ import { RyElement } from '../core/ry-element.js'; export declare class RyHero extends RyElement { } //# sourceMappingURL=ry-hero.d.ts.map