Remove ReactDOM by using modern RTL setup (see below)
Scope styles to the component better by not using named exports, but make sure they are not shared in another component as with some niche cases (see below)
Add this component to the docs, you might get lucky and its already there. There is a bunch of tools to make the gifs, i like Quicktime but a search will prob find even easier tools
make sure all possible renders / versions of this component are rendered in Storybook, some times we forget and hide great features
Test like this
Scope CSS like this
this is bad, intellisense is going crazy
this is better
then import like this
need help?
check this PR i already did this for Accordion =] https://github.com/web3ui/web3uikit/pull/356