Logos
A typed logo component with size variants and a brand logo set.
Installation
npx shadcn@latest add https://reactdocs.canceydejean.dev/r/logos.jsonUsage
Use Logo with a typed logo key and optional size. Browse the set with LogoGallery, or import
individual SVGs from logo-set.
import Logo from "@/components/logos/logo/logo";
export function Example() {
return <Logo logo="three-portals" />;
}