TeaserFooter
============

*   GitHub: [BonnierNews/dn-design-system/web/src/components/teaser-footer](https://github.com/BonnierNews/dn-design-system/tree/main/web/src/components/teaser-footer)
*   Storybook: [Subcomponents > TeaserFooter](https://designsystem.dn.se/?path=/docs/section-subcomponents-teaserfooter--docs)

| Name | Description | Default |
|:--- | :--- | :--- |
| footerVariant | "default", "podcast", "informationText" | \- |
| publicationTime | Publication time text<br />string | \- |
| duration | Duration of podcast<br />string | \- |
| sectionName | Shows in teaser footer<br />string | \- |
| classNames | Ex. "my-special-class"<br />string | \- |
| attributes | Ex. { target: "\_blank", "data-test": "lorem ipsum" }<br />Record<string, unknown> | \- |

```jsx
<TeaserFooter
  footerVariant="informationText"
  publicationTime="10:15"
  sectionName="Nyheter"
/>
```