A shadcn/ui compatible registry for community parsers and utilities for the nuqs library.
# Install dependencies
pnpm install
# Build the registry
cd ../docs && pnpm build:registry
# Run the docs server
cd ../docs && pnpm dev
Usage example in any npm package:
pnpm dlx shadcn@latest add http://localhost:3000/r/parse-as-tuple.jsonTo learn more about nuqs and shadcn/ui registries, take a look at the following resources:
- nuqs Documentation - learn about nuqs features and API
- shadcn/ui Registry Documentation - learn about shadcn/ui registries
- nuqs GitHub Repository - source code and issues