show_on_hover
boolean prop. When it is set to true, the description appears as an overlay above the signifier and it is truncated at 80 characters.
{% include '@bolt-components-teaser/teaser.twig' with {
description: {
content: 'This is the description',
show_on_hover: true,
},
...
} only %}