Many react components use the headless ui pattern, where the state of the component is managed separately from its styling. In react, they are usually implemented as hooks.
Common examples include:
It would be nice if thorium-web supported this pattern. It would make styling and theming a lot easier.
Many react components use the headless ui pattern, where the state of the component is managed separately from its styling. In react, they are usually implemented as hooks.
Common examples include:
It would be nice if
thorium-websupported this pattern. It would make styling and theming a lot easier.