gbif / gbif-web

Apache License 2.0
6 stars 9 forks source link

Tabs only take strings not componetns #552

Open MortenHofft opened 1 month ago

MortenHofft commented 1 month ago

It is useful to be able to add e.g. an icon to a tab title. Currently the components only takes strings

<Tabs
  links={[{ to: '.', children: 'About' }]}
/>