dioxus/examples/tailwind
Evan Almloff 8636ada3a4
Add a deprecation warning for the resource option in dioxus.toml (#2642)
* Add a deprecation warning for the resource option in dioxus.toml

* fix name of resource config

* fix tab spacing issue

---------

Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-07-24 17:52:28 -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 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.