.customerId=${customerId}
?showStripeInfo=${true}
?cancelImmediately=${false}
?requestStripeInvoices=${true}
?requestStripePortalUrl=${true}
>
Open-source and vibe-code friendly UI library for [Limitr](https://limitr.dev).
npm install @formata/limitr-uitypescript
renderCurrentUserSubscription(customerId: string) {
const policy: any = this.policy ?? new Limitr();
return html
;
}
``