You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docsite/index.html
+45
Original file line number
Diff line number
Diff line change
@@ -1921,6 +1921,51 @@ <h5>Typography</h5>
1921
1921
</div>
1922
1922
</div>
1923
1923
</details>
1924
+
1925
+
<details>
1926
+
<summary>Color Theming 201</summary>
1927
+
1928
+
<divclass="just-for-gap">
1929
+
<header>
1930
+
<h3>1) Theme switch</h3>
1931
+
<p>Color theming 101 shows how open-props implements various themes. With the switch imports, you can customize the appearance of a page by importing the props respectively</p>
1932
+
<p>Similar to how light/dark mode behaviours are controlled with a toggle switch, commonly used with javascript for persistence of user's preference either to localStorage or a cookie on page reload.</p>
1933
+
<p><b>See it in action:</b><ahref="https://codepen.io/argyleink/pen/JjqYdgr">here</a></p>
0 commit comments