@ryanhelsing/ry-ui
Version:
Framework-agnostic, Light DOM web components. CSS is the source of truth.
16 lines • 405 B
TypeScript
/**
* <ry-testimonial>
*
* Customer testimonial / quote card.
*
* Usage:
* <ry-testimonial name="Jane Doe" role="CTO, Acme Corp" avatar="photo.jpg" stars="5">
* This changed everything.
* </ry-testimonial>
*/
import { RyElement } from '../core/ry-element.js';
export declare class RyTestimonial extends RyElement {
#private;
setup(): void;
}
//# sourceMappingURL=ry-testimonial.d.ts.map