UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

13 lines (12 loc) 293 B
export function componentDecorator() { return (Story, ctx) => { return Story({ ...ctx, args: { ...ctx.args, id: ctx.name.toLowerCase().replaceAll(" ", "-"), name: ctx.name, }, }); }; }