dioxus/examples/tailwind
2024-11-17 19:58:01 -05:00
..
public create complete tailwind example project with steps to setup tailwind 2023-03-26 11:29:56 -05:00
src Fix bundling/path errors, sidecar support, iOS/Android simulator support, asset hotreload fixes, serverfn hotrelad, native tailwind support (#2779) 2024-10-25 17:23:45 -07: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 update readmes to reflect new versions 2024-11-17 19:58:01 -05: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.