dioxus/examples/tailwind
Jonathan Kelley c4e55c7fb6
Fix #2378: CLI MSRV and add MSRV to CI (#2716)
* Fix: bump msrv up to be valid for cli
* add binstall check to ci
* adjust msrv of tomls
2024-07-26 19:24:40 -05:00
..
public create complete tailwind example project with steps to setup tailwind 2023-03-26 11:29:56 -05:00
src Use head elements and new manganis syntax in examples (#2688) 2024-07-25 21:58:00 +00:00
.gitignore add gitignore to tailwind 2024-02-22 08:53:37 -08:00
Cargo.toml Fix #2378: CLI MSRV and add MSRV to CI (#2716) 2024-07-26 19:24:40 -05:00
Dioxus.toml Add a deprecation warning for the resource option in dioxus.toml (#2642) 2024-07-24 17:52:28 -07:00
input.css create complete tailwind example project with steps to setup tailwind 2023-03-26 11:29:56 -05:00
README.md Fix Outdated README.md (#2147) 2024-03-26 19:17:02 -07:00
tailwind.config.js create complete tailwind example project with steps to setup tailwind 2023-03-26 11:29:56 -05:00

Example: Basic Tailwind usage

This example shows how an app might be styled with TailwindCSS.

Running

Our Tailwind guide explains how to setup and run Dioxus-Tailwind projects.