Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 784 Bytes

File metadata and controls

30 lines (20 loc) · 784 Bytes

registry

A shadcn/ui compatible registry for community parsers and utilities for the nuqs library.

Development

# 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.json

Learn More

To learn more about nuqs and shadcn/ui registries, take a look at the following resources: