kickstartDS / ds-agency

https://storybook.basic.design-system.agency/
Other
2 stars 0 forks source link

Add HTML typings to all components, and make sure `...props` are passed down to the correct element #33

Open julrich opened 8 months ago

julrich commented 8 months ago

Like here: https://github.com/kickstartDS/ds-agency/commit/8b55c947425ea7bdb6c5bdb54849896c52a876fb

The ...props should be added as an argument, as well as spread into the correct tag of the component. The type to add depends on the tag the ...props end up on (e.g. <div {...props}>..</div> -> HTMLDivElement, <button {...props}/> -> HTMLButtonElement)

Especially: