Installation
pnpm dlx shadcn@latest add https://neobrutalism.dev/r/bubble.jsonUsage
import { Bubble, BubbleContent } from '@/components/ui/bubble'<Bubble>
<BubbleContent>Hello there!</BubbleContent>
</Bubble>Examples
Default
Variants
With Reactions
As Button
Use the render prop to render the bubble content as a different element, for example a button or a link.