Logo/branding component typically used in headers and footers. Renders as a link wrapping an image or other content....

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.

<ed-logo></ed-logo>

Properties

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.

Slots

Name Description
- Logo content (typically an image or text/icon combination)

Interactive Documentation

Full interactive examples, variant previews, accessibility audits, and the complete API reference are available in Storybook — generated directly from the component source code.

Source

packages/eddie-web-components/components/logo/logo.ts