Brand Logo
navdeep-singh/brand-logoFreeComponent
Shared brand mark used across auth and marketing blocks.
Install it
npx shadcn@latest add https://ui.navdeepsingh.dev/r/brand-logo.jsonSource
1import { Hexagon } from 'lucide-react'23import { cn } from '@/lib/utils'45export function Logo({ className }: { className?: string }) {6 return (7 <Hexagon8 className={cn('size-8 stroke-current stroke-2', className)}9 aria-hidden10 />11 )12}
What it pulls in
npm packages
Files it writes
More from navdeep-singh
All 64 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Animated Groupanimated-group | navdeep-singh | Components | Free | 1 dep | |
| Animated Numbersanimated-numbers | navdeep-singh | Components | Free | 1 dep | |
| Animated Tabsanimated-tabs | navdeep-singh | Components | Free | 2 deps | |
| Approval Panel Illustrationapproval-panel | navdeep-singh | Components | Free | 2 deps · 2 files | |
| Contribution Graphcontribution-graph | navdeep-singh | Components | Free | no deps | |
| Designed for Focus Illustrationdesigned-for-focus-illustration | navdeep-singh | Components | Free | 1 dep | |
| Expandable Cardexpandable-card | navdeep-singh | Components | Free | 4 deps | |
| Fast by Default Illustrationfast-by-default-illustration | navdeep-singh | Components | Free | 1 dep |
