@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
26 lines (21 loc) • 564 B
Markdown
id: Brand
section: components
## Examples
### Basic
```hbs
{{#> brand brand--attribute='src="/assets/images/pf_logo.svg" alt="PatternFly logo"'}}
{{/brand}}
```
## Documentation
### Overview
Simple brand component.
### Accessibility
| Attribute | Applied to | Outcome |
| -- | -- | -- |
| `alt` | `.pf-c-brand` | The alt attribute specifies an alternate text for an image, if the image cannot be displayed. **Required** |
### Usage
| Class | Applied to | Outcome |
| -- | -- | -- |
| `.pf-c-brand` | `<img>` | Initiates a brand image. **Required** |