In src/components we've got a bunch of components that are inherited from the app. None of them was implemented as native Theme UI components, which I think we should change. We should also consider deprecating those we don't need/shouldn't use.
Tasks
What is Native Theme UI Components?
Components built using the special __css and __themeKey arguments and in a theme-agnostic way. When building components, only
In
src/componentswe've got a bunch of components that are inherited from the app. None of them was implemented as native Theme UI components, which I think we should change. We should also consider deprecating those we don't need/shouldn't use.Tasks
Refactor LabeledButtonWhat is Native Theme UI Components?
Components built using the special
__cssand__themeKeyarguments and in a theme-agnostic way. When building components, only