dioxus/examples/tailwind
Miles Murgaw 3cbe6ff96e
Fix Outdated README.md (#2147)
* fix: outdated readme

* Fix missing readme

---------

Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-03-26 19:17:02 -07:00
..
public create complete tailwind example project with steps to setup tailwind 2023-03-26 11:29:56 -05:00
src fix manganis support for dioxus desktop 2024-02-06 11:39:30 -06:00
.gitignore add gitignore to tailwind 2024-02-22 08:53:37 -08:00
Cargo.toml fix more examples 2024-01-16 12:28:21 -06:00
Dioxus.toml show off the new asset system in the examples 2023-12-17 11:45:27 -06: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.