partner-logo
Information
- Folder
src/components/elements/partner-logo
Files
Schema
$schema: http://json-schema.org/draft-07/schema
$id: /elements/partner-logo
additionalProperties: false
type: object
required:
- alt
- height
- src
- width
properties:
alt:
type: string
height:
type: integer
src:
type: string
width:
type: integer
Mocks
src: /build/assets/img/dummy/partner/kroiher.webp
alt: Kroiher
width: 362
height: 68
Template
<img
alt="{{ alt }}"
class="PartnerLogo"
height="{{ height }}"
src="{{ src }}"
width="{{ width }}"
>
Variants