/yew-tailwind

Primary LanguageRustMIT LicenseMIT

Yew Tailwind Components

Rust • Yew • Wasm components using Tailwind CSS

Rustc Version 1.56.0+ MIT License

Note

This project is pre-alpha.

About

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.