buildo / bento-design-system

A customizable and extensible Design System framework for React.js projects
https://www.bento-ds.com
MIT License
116 stars 12 forks source link

Add Table configs for header/footer size and default cells options #825

Closed veej closed 8 months ago

mperrando commented 9 months ago

Hi @veej.

Is it possible to add to the customisation of the header also the Icon of the hint?

const HintIcon = config.headerHintIcon ?? IconInfo
...
<HintIcon size={12} color="currentColor" />

maybe the whole element?

{config.headerHintElement ?? <IconInfo size={12} color="currentColor" />}