How can we implement cross-platform support together with Radix UI and Tailwind CSS for web? Multilayer abstraction where base components have a styled-components/native implementation and Radix UI implementation? And molecules/components created from these elements can declare what primitive platforms they support?
How can we implement cross-platform support together with Radix UI and Tailwind CSS for web? Multilayer abstraction where base components have a
styled-components/nativeimplementation and Radix UI implementation? And molecules/components created from these elements can declare what primitive platforms they support?