Logo
The Delphi logo and brand mark components.
Official Delphi logo and brand mark variations.
Usage
import { DelphiCompleteLogo } from "@delphi/ui";
export function Example() {
return (
<div className="flex items-center gap-4">
<DelphiCompleteLogo variant="logomark" className="size-8" />
<DelphiCompleteLogo variant="wordmark" className="h-6" />
<DelphiCompleteLogo variant="combination" className="h-8" />
</div>
);
}
Variants
- logomark - The Delphic Epsilon symbol only
- wordmark - The "Delphi" text only
- combination - Both epsilon and text together (default)