Skip to main content

shadcn registry for @stridge/kit

JSON endpoints for the shadcn CLI. Run the install command and the kit's compound wrappers drop straight into your components/stridge/ directory — kit keeps the FSM, primitives, and styling underneath.

Install

pnpm dlx shadcn@latest add @stridge/kit --registry https://kit-shadcn-registry.vercel.app/r

Replace @stridge/kit with @stridge/deposit or @stridge/withdraw if you only need one flow.

Endpoints

  • @stridge/kit

    /r/kit.json

    Mega item — providers, deposit screens, withdraw screens. The recommended first install.

  • @stridge/deposit

    /r/deposit.json

    Providers + every deposit screen. Use when you only need the deposit flow.

  • @stridge/withdraw

    /r/withdraw.json

    Providers + every withdraw screen. Use when you only need the withdraw flow.