Author: Adam Argyle [argyle@google.com]
Hash: bbf5bb7c09e57e637c8e8f2d3bb1d514f1b6fa7e
Timestamp: Wed, 15 May 2024 20:00:37 +0000 (4 months ago)

+14 -0 +/-2 browse
adds theme switch example
1diff --git a/docsite/index.html b/docsite/index.html
2index a9716de..c615004 100644
3--- a/docsite/index.html
4+++ b/docsite/index.html
5 @@ -249,6 +249,20 @@
6 </figcaption>
7 </figure>
8 </a>
9+ <a href="https://codepen.io/argyleink/pen/JjqYdgr">
10+ <figure>
11+ <picture>
12+ <img width="730" height="472" src="/theme-switch.png" alt="" loading="lazy">
13+ </picture>
14+ <figcaption>
15+ <img src="/theme-switch.png" aria-hidden="true" loading="lazy">
16+ <div class="adaptive-glass">
17+ <h3>Light / Dark Switch</h3>
18+ <p><b>+2 imports</b></p>
19+ </div>
20+ </figcaption>
21+ </figure>
22+ </a>
23 <a href="https://codepen.io/argyleink/pen/ZEXQovz">
24 <figure>
25 <picture>
26 diff --git a/docsite/public/theme-switch.png b/docsite/public/theme-switch.png
27new file mode 100644
28index 0000000..8a1c311
29 Binary files /dev/null and b/docsite/public/theme-switch.png differ