TeaserRightNow
==============

*   GitHub: [BonnierNews/dn-design-system/web/src/components/teaser-right-now](https://github.com/BonnierNews/dn-design-system/tree/main/web/src/components/teaser-right-now)
*   Storybook: [TeaserRightNow](https://designsystem.dn.se/?path=/docs/section-teaserrightnow--docs)

The component will not include styling by itself. Make sure to include the right styles for the component. See example below: `@use '@bonniernews/dn-design-system-web/components/teaser-right-now)/teaser-right-now.scss'`

| Name | Description | Default |
|:--- | :--- | :--- |
| title\* | Heading of the teaser<br />string | \- |
| targetLink | Target URL for the teaser<br />string | \- |
| areaType | The area where the column is rendered<br />"main", "right", "bauta" | \- |
| classNames | Ex. "my-special-class"<br />string | \- |
| attributes | Ex. { target: "\_blank", "data-test": "lorem ipsum" }<br />Record<string, unknown> | \- |
| theme | The theme-class to apply to the teaser<br />"kultur", "nyheter" | "nyheter" |
| highlight | Text before the heading<br />string | \- |

```jsx
<TeaserRightNow
  targetLink="https://www.dn.se/sverige/sapo-auktoritara-stater-agerar-allt-mer-offensivt/"
  title="Säpo: Ryssland största hotet mot vår säkerhet"
/>
```