freenowtech / freenowtech/wave
InfoBanner title always renders as `span` tag
Open
bug
- Dominant language
- TypeScript
- Stars
- 67
- Forks
- 31
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
When using the `InfoBanner` component, it is impossible to set the HTML-tag for the message's title. It always uses ``, which can be incorrect.
### What was expected to happen?
* we should use a headline tag (`h3` or similar) by default
* user can set the level of the tag
Contributor guide
Assessment
This issue has not been assessed yet.