Reusable dotmatrix-style loading animations with two consumption paths:
- shadcn registry install (primary)
- Manual source copy/paste from docs (secondary)
Single Next.js app: loader components live in loaders/, app routes in app/, and the shadcn-style registry is built into registry.json and public/r/.
pnpm dev: run the docs apppnpm registry:build: generateregistry.jsonpluspublic/r/registry.jsonandpublic/r/*pnpm test: run testspnpm typecheck: run TypeScript checks
- Set
REGISTRY_HOMEPAGEwhen building to override the homepage in registry metadata (default ishttps://dotmatrix.zzzzshawn.cloud). - To be listed in shadcn's official registry directory, you must also edit files in a fork of
shadcn-ui/ui(not this repo):apps/v4/registry/directory.jsonandapps/v4/public/r/registries.json.