BigBlocks
Satoshi Nakamoto
@satoshi
Creator of Bitcoin. Building a peer-to-peer electronic cash system.
BAP ID
Go8vCHAa4S6AhXKdRp3nT9wJm
Installation
bunx shadcn@latest add https://registry.bigblocks.dev/r/profile-card.jsonUsage
import { ProfileCard } from "@/components/blocks/profile-card"
export function Example() {
return (
<ProfileCard
bapId="Go8vCHAa4S6AhXKdRp3nT9wJm"
onFollow={(bapId) => console.log("Follow", bapId)}
/>
)
}