-
-
- {COLORS.map((color) => {
- return ;
- })}
-
-
+
+ {PAGE_IDS.map((pageId) => {
+ const buttonClass = classNames({
+ button: true,
+ });
+
+ return (
+
+ );
+ })}
+
+ {PAGE_TO_COMPONENT[context.currentPage]}
);
diff --git a/docs/_react/bulma-customizer/src/App.module.css b/docs/_react/bulma-customizer/src/App.module.css
index 5d834c3c..e69de29b 100644
--- a/docs/_react/bulma-customizer/src/App.module.css
+++ b/docs/_react/bulma-customizer/src/App.module.css
@@ -1,2 +0,0 @@
-.colors {
-}
diff --git a/docs/_react/bulma-customizer/src/components/Color.jsx b/docs/_react/bulma-customizer/src/components/Color.jsx
index a2096361..ff01c213 100644
--- a/docs/_react/bulma-customizer/src/components/Color.jsx
+++ b/docs/_react/bulma-customizer/src/components/Color.jsx
@@ -202,9 +202,19 @@ function Color({ color }) {
{name}
-