variant
prop is set to card
it's possible to apply spacing around the teaser and rounding the teaser's corners.spacing
and border_radius
props.{% include '@bolt-components-teaser/teaser.twig' with {
layout: 'horizontal',
variant: 'card',
border_radius: 'large',
spacing: 'medium',
signifier: image,
headline: {
text: 'This is the teaser headline',
link_attributes: {
href: 'https://www.google.com',
target: '_blank',
rel: 'noopener'
}
},
} only %}