npm svelte-clerk 0.12.2
v0.12.2

latest releases: 0.17.0, 0.16.13, 0.16.12...
3 months ago

Patch Changes

  • d9b47ac: Add feature and plan prop to <Protect> component.

    Usage:

    Plan

    <Protect plan="my-plan" />

    Feature

    <Protect feature="my-feature" />

    Scoped per user or per org

    <Protect feature="org:my-feature" />
    <Protect feature="user:my-feature" />
    <Protect plan="org:my-plan" />
    <Protect plan="user:my-plan" />

Don't miss a new svelte-clerk release

NewReleases is sending notifications on new releases.