Rust • Yew • Wasm components using Tailwind CSS
This project is pre-alpha.
Yew Tailwind provides ready built components that make use of the Tailwind CSS utility framework.
If you're unfamiliar with the concepts behind Tailwind you can get an overview at https://tailwindcss.com/docs/what-is-tailwind:
Creating a framework for building custom UIs means you can't provide abstractions at the usual level of buttons, forms, cards, navbars, etc. Instead, Tailwind provides highly composable, low-level utility classes that make it easy to build complex user interfaces.
Yew Tailwind leverages these utility classes to provide some base level common components, while still making it possible to customise the output to match an individual project's style.