sh4dcnv2 · atlas
← libraries

@nordaun

A small personal registry of shadcn-extending components used daily by the Nordaun team, open-sourced for community use. Currently built on Base UI primitives (not Radix UI) — a noted distinction on the GitHub README. Components are described as clean, modular, and consistent extensions beyond the default shadcn/ui set. Free, MIT-licensed. Active development ongoing with Radix UI compatibility planned. Use for: projects already using Base UI that want additional clean, production-tested components installable via shadcn CLI.

8 components react shadcn-cli MIT

Install this registry

shadcn (npm) npx shadcn@latest add https://ui.nordaun.com/r/registry.json
pnpm pnpm dlx shadcn@latest add https://ui.nordaun.com/r/registry.json
bun bunx shadcn@latest add https://ui.nordaun.com/r/registry.json
fetch registry curl -s https://ui.nordaun.com/r/registry.json

Components

8 total
Audio block

An audio playback with extendable control modules already included such as volume and speed.

npx shadcn@latest add https://ui.nordaun.com/r/audio.json
File block

A context-based file uploader with customizable titles, descriptions and icons and a built-in workflow.

npx shadcn@latest add https://ui.nordaun.com/r/file.json
Flag block

A simple flag display which renders a vector image of the selected country's flag by its country code.

npx shadcn@latest add https://ui.nordaun.com/r/flag.json
Loading block

A simple loading component that can be useful when working with long loading components or fallbacks.

npx shadcn@latest add https://ui.nordaun.com/r/loading.json
Map block

A modular context-based map with built in controls such as projection, zoom, rotation and fullscreen.

npx shadcn@latest add https://ui.nordaun.com/r/map.json
Password block

A super simple password input component with a toggle options that hides or reveals your password.

npx shadcn@latest add https://ui.nordaun.com/r/password.json
Phone block

A simple but clean phone input with a region selection so you dont have to worry about messing up.

npx shadcn@latest add https://ui.nordaun.com/r/phone.json
Video block

A video playback with extendable control modules already included such as volume, speed and fullscreen.

npx shadcn@latest add https://ui.nordaun.com/r/video.json