TeaserTipsa
===========

*   GitHub: [BonnierNews/dn-design-system/web/src/components/teaser-tipsa](https://github.com/BonnierNews/dn-design-system/tree/main/web/src/components/teaser-tipsa)
*   Storybook: [TeaserTipsa](https://designsystem.dn.se/?path=/docs/section-teasertipsa--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-tipsa/teaser-tipsa.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> | { } |
| text | Teaser subtext<br />string | \- |

```jsx
<TeaserTipsa
  targetLink="'https://dngranskar.dn.se'"
  title="Tipsa DN:s granskande reportrar"
/>
```