lyne-components
lyne-components copied to clipboard
feat(sbb-tooltip): initial implementation
This PR implements the tooltip.
To discuss and decide:
- [x] Is the attribute approach acceptable?
- [ ] ~~Should
sbb-tooltip
(problems with linter and IDEs) ordata-sbb-tooltip
be used?~~
- [ ] ~~Should
- [x] Is the overlay controller an acceptable solution for overlays?
- [ ] ~~Should we start using native CSS Anchor Positioning, as it is now partially supported in Chromium based browsers?~~ Wait for improved browser support.
- [x] UX: Should the tooltip always be below/above or can it be before/after (as currently implemented)?
Still to do:
- [ ] Documentation
- [ ] Tests