From c29e4cadf53f2a5aa0a435dfb4072d39234c5d01 Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Fri, 7 Nov 2025 18:56:03 -0500 Subject: [PATCH] make a mess with usage instructions --- .../docs/_includes/theming/instructions.njk | 300 ++++++++++++++++++ .../webawesome/docs/docs/theming/index.md | 6 +- 2 files changed, 305 insertions(+), 1 deletion(-) create mode 100644 packages/webawesome/docs/_includes/theming/instructions.njk diff --git a/packages/webawesome/docs/_includes/theming/instructions.njk b/packages/webawesome/docs/_includes/theming/instructions.njk new file mode 100644 index 000000000..75fe1b828 --- /dev/null +++ b/packages/webawesome/docs/_includes/theming/instructions.njk @@ -0,0 +1,300 @@ +{% from "pro-badge.njk" import proBadge %} +{% from "free-badge.njk" import freeBadge %} + +
+ +
+ + + CDN + npm + Self-Hosted + + + + + + +

To use this theme, include the following stylesheet(s):

+
+

Then, apply the following classes to the <html> element:

+
+
+ + +

To use this theme, include the following stylesheet(s):

+
+

Then, apply the following classes to the <html> element:

+
+
+
+ + diff --git a/packages/webawesome/docs/docs/theming/index.md b/packages/webawesome/docs/docs/theming/index.md index 753ab1f27..329da84ac 100644 --- a/packages/webawesome/docs/docs/theming/index.md +++ b/packages/webawesome/docs/docs/theming/index.md @@ -154,7 +154,11 @@ applyDark(); ## Using Themes -TODO +Use and update themes instantly via CDN with [Web Awesome projects](/teams). Or, assemble the pieces together using npm or in your self-hosted app. + +Select your favorite options and follow the instructions for your preferred method. + +{% include 'theming/instructions.njk' %} ## Creating Your Own