@ryanhelsing/ry-ui
Version:
Framework-agnostic, Light DOM web components. CSS is the source of truth.
21 lines • 510 B
TypeScript
/**
* <ry-feature> + <ry-feature-grid>
*
* Feature card with icon + responsive grid.
*
* Usage:
* <ry-feature-grid cols="3">
* <ry-feature icon="settings">
* <h3>Easy Setup</h3>
* <p>One line to get started.</p>
* </ry-feature>
* </ry-feature-grid>
*/
import { RyElement } from '../core/ry-element.js';
export declare class RyFeature extends RyElement {
#private;
setup(): void;
}
export declare class RyFeatureGrid extends RyElement {
}
//# sourceMappingURL=ry-feature.d.ts.map