Components Registry, our components

Our layouts are built on top of components that are reusable via a ShadCn Registry

Steps

Add the interact registry

Add it into your components.json

json
{ "registries": { "@interact": "https://interact.combostrap.com/r/{name}.json" } }

Discover the components

bash
yarn dlx shadcn@latest list @interact yarn dlx shadcn@latest search @interact -q mode

Install a component using the cli

bash
yarn dlx shadcn@latest add https://interact.combostrap.com/r/ModeToggle.json yarn dlx shadcn@latest add @interact/ModeToggle