name: Brand Band description: A visual header component that displays branding elements, organizational identity, and context information, typically positioned at the top of applications to establish brand presence and visual hierarchy. category: Layout slds_classes: root: slds-brand-band elements: [] modifiers: - class: slds-brand-band_small description: Small brand band height usage: For compact brand display - class: slds-brand-band_medium description: Medium brand band height usage: Standard brand band sizing - class: slds-brand-band_large description: Large brand band height usage: For prominent brand display - class: slds-brand-band_cover description: Cover-style brand band usage: For full-width background coverage states: [] variants: - name: Base description: Standard brand band with basic branding classes: - slds-brand-band usage_context: Default implementation for application branding differences: Basic brand display with title and optional image - name: Small description: Compact brand band for minimal branding classes: - slds-brand-band - slds-brand-band_small usage_context: When space is limited or subtle branding is preferred differences: Reduced height and compact layout - name: Large description: Prominent brand band for strong brand presence classes: - slds-brand-band - slds-brand-band_large usage_context: For landing pages or primary brand displays differences: Increased height and prominent branding elements - name: Cover description: Full-width background brand band classes: - slds-brand-band - slds-brand-band_cover usage_context: For hero-style brand presentations differences: Full-width background with overlay content lightning_component: name: lightning-brand-band url: https://developer.salesforce.com/docs/component-library/overview/components mapping_notes: Brand band functionality often implemented through custom header components or app branding accessibility: keyboard_support: - Tab navigation through brand band interactive elements - Focus management for brand band controls screen_reader: - Brand information properly announced - Image alt text provided for brand images - Brand context clearly communicated aria_attributes: - role='banner' for page header branding - aria-label for brand context - aria-describedby for additional brand information usage_guidelines: when_to_use: - For establishing application or organizational branding - When brand presence needs to be prominent - In application headers and landing pages - For organizational identity and context when_not_to_use: - In content areas where branding would be distracting - For functional navigation (use navigation components) - When minimal branding approach is preferred best_practices: - Keep branding consistent across application - Ensure brand elements are accessible - Use appropriate sizing for context - Maintain brand guidelines and standards - Consider responsive behavior common_mistakes: - Overusing brand elements throughout interface - Poor contrast for brand text and images - Inconsistent brand presentation - Missing accessibility considerations code_examples: - title: Basic Brand Band description: Standard brand band with logo and title code: "
\n
\n
\n \n
\n
\n \"Company\n \ \
\n
\n
\n

\n Application Name\n

\n

\n Powered by Salesforce\n

\n
\n
\n
\n \ \
\n \n" - title: Large Brand Band description: Prominent brand band with additional controls code: "
\n
\n
\n
\n
\n
\n \n
\n \n \n \n \n \n
\n
\n\ \
\n

\n \ \ Sales Cloud\n

\n

\n Enterprise Customer Relationship Management\n

\n
\n \ \
\n
\n
\n
\n
\n \n \n
\n
\n \ \
\n
\n
\n
\n \n" - title: Small Brand Band description: Compact brand band for minimal branding code: "
\n
\n
\n
\n \ \
\n
\n \n \n \n \n \n
\n
\n \n

\n Service Console\n\ \

\n
\n
\n
\n
\n \n" - title: Cover Brand Band description: Full-width background brand band with overlay code: "
\n
\n
\n
\n \n \n \n \n \n
\n

\n Marketing Cloud\n

\n

\n Drive personalized customer journeys at\ \ scale\n

\n
\n \n \n
\n
\n
\n
\n" - title: Lightning Styled Brand Band description: Brand band with Lightning Design System styling code: "
\n
\n
\n
\n
\n \ \
\n
\n \ \
\n \n\ \ \n \ \ \n \n\ \ \n
\n
\n
\n

\n Lightning Experience\n \ \

\n

\n Modern CRM\ \ Platform\n

\n
\n
\n
\n \n
\n \n \ \ Beta\n \n
\n
\n
\n
\n\ \
\n \n" - title: Brand Band with Navigation description: Brand band integrated with primary navigation code: "
\n
\n
\n
\n
\n
\n \n
\n \"Company\"\n
\n
\n
\n

\n Customer Portal\n \ \

\n
\n
\n
\n
\n \n
\n
\n
\n\ \
\n \n" dependencies: css_files: - brand-band.css - grid.css - media-object.css javascript: [] icons: - standard-sprite.svg - utility-sprite.svg other_components: - button - badge - media-object related_components: - name: Global Header relationship: similar description: Similar header functionality - name: Page Header relationship: similar description: Similar page-level header concept - name: Global Navigation relationship: depends-on description: Often used together with navigation references: official_docs: https://v1.lightningdesignsystem.com/components/brand-band/ metadata: version: 1.0.0 last_updated: '2025-11-12' review_status: complete notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'