Logo/branding component typically used in headers and footers. Renders as a link wrapping an image or other content. Use in the header to provide home/brand navigation, typically positioned before the main nav. ### Common usage - Header branding/home link - Footer logo - Brand identifier in sidebars or cards ### Flexibility The slot allows custom logo content (images, text, icons, or combinations). The default renders a placeholder; override the slot for your actual logo.
| Name | Type | Default | Description |
|---|---|---|---|
href |
String |
string |
Logo/branding component typically used in headers and footers. Renders as a link wrapping an image or other content. Use in the header to provide home/brand navigation, typically positioned before the main nav. ### Common usage - Header branding/home link - Footer logo - Brand identifier in sidebars or cards ### Flexibility The slot allows custom logo content (images, text, icons, or combinations). The default renders a placeholder; override the slot for your actual logo. / export class EdLogo extends EdElement { static get styles() { return unsafeCSS(styles); } /** The href target for the logo link (typically the home/index route). If omitted, renders as a non-link logo. |
| Name | Description |
|---|---|
- |
Logo content (typically an image or text/icon combination) |
Full interactive examples, variant previews, accessibility audits, and the complete API reference are available in Storybook — generated directly from the component source code.
packages/eddie-web-components/components/logo/logo.ts