BigBlocks
Installation
bunx shadcn@latest add https://registry.bigblocks.dev/r/identity-selector.jsonUsage
import { IdentitySelector } from "@/components/blocks/identity-selector"
export function Example() {
return (
<IdentitySelector
bapIds={["Go8vCHAa4S6AhXKdRp3nT9wJm", "Tk9wJDpL7R2bNqYs5vXmFh4eKa"]}
onSelect={(identity) => console.log("Selected", identity.bapId)}
/>
)
}