AI SDK Agents
Full Stack AI Patterns
Complex AI Agents
Workflow Patterns
Tools + Artifacts
Inspiration
pnpm dlx shadcn@latest add https://cult-ui.com/r/neumorph-eyebrow.json
export default function Example() {
return <NeumorphEyebrow>Featured Content</NeumorphEyebrow>
}<div className="space-y-4">
<NeumorphEyebrow>Default Eyebrow</NeumorphEyebrow>
<NeumorphEyebrow intent="primary">Primary Eyebrow</NeumorphEyebrow>
<NeumorphEyebrow intent="secondary">Secondary Eyebrow</NeumorphEyebrow>
</div><NeumorphEyebrow className="font-bold">Custom Styled Eyebrow</NeumorphEyebrow><div className="space-y-4">
<div>
<NeumorphEyebrow>NEW</NeumorphEyebrow>
<h2>Feature Announcement</h2>
</div>
<div>
<NeumorphEyebrow intent="primary">BETA</NeumorphEyebrow>
<h2>Upcoming Feature</h2>
</div>
<div>
<NeumorphEyebrow intent="secondary">UPDATED</NeumorphEyebrow>
<h2>Recent Changes</h2>
</div>
</div>