From c7f717f01a11dac168ecd2ad3236e361d63e8ca6 Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 10 Feb 2026 10:51:26 -0500 Subject: [PATCH] Add WASM Theme --- awesome.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/awesome.json b/awesome.json index 611e065..42d6879 100644 --- a/awesome.json +++ b/awesome.json @@ -629,5 +629,16 @@ "repo": "supa-dioxus" }, "link": "https://github.com/SuddenlyHazel/supa-dioxus" + }, + { + "name": "WASM Theme", + "description": "A simple rust library to set CSS data-theme on the html element with WASM. Compatible with tailwindcss and daisyUI.", + "type": "Awesome", + "category": "Styling", + "github": { + "username": "justins-engineering", + "repo": "wasm-theme" + }, + "link": null } -] \ No newline at end of file +]