GenSpectrum / dashboard-components

https://genspectrum.github.io/dashboard-components/
GNU Affero General Public License v3.0
2 stars 0 forks source link

feat: info button opens a scrollable info panel #216

Closed JonasKellerer closed 6 months ago

JonasKellerer commented 6 months ago

resolves #193

Summary

The info component can now be passed children to show. The size of the tooltip increases by the size of the displayed children. The size can also be provided as a prop.

Screenshot

grafik

PR Checklist

- [ ] All necessary documentation has been adapted. - [ ] The implemented feature is covered by an appropriate test.