@ryanhelsing/ry-ui
Version:
Framework-agnostic, Light DOM web components. CSS is the source of truth.
21 lines • 555 B
TypeScript
/**
* <ry-pricing> + <ry-pricing-card>
*
* Pricing section with featured card variant.
*
* Usage:
* <ry-pricing>
* <ry-pricing-card title="Pro" price="$29/mo" featured>
* <ul class="ry-check-list"><li>Feature 1</li></ul>
* <ry-button>Choose Pro</ry-button>
* </ry-pricing-card>
* </ry-pricing>
*/
import { RyElement } from '../core/ry-element.js';
export declare class RyPricing extends RyElement {
}
export declare class RyPricingCard extends RyElement {
#private;
setup(): void;
}
//# sourceMappingURL=ry-pricing.d.ts.map