Skip to content

Commit

Permalink
[nested-grid] Move style demo tab
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Aug 26, 2024
1 parent e4d592e commit 90fda94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/re_demo/nested_grid.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,11 @@
[:code ":cell"] " is responsible for styling the resulting " [:code ":value."]]]])

(defn demos []
(let [tabs [{:id :style :label "Style" :view style-demo}
{:id :basic :label "Basic Demo" :view basic-demo}
(let [tabs [{:id :basic :label "Basic Demo" :view basic-demo}
{:id :internals :label "Internals" :view internals-demo}
{:id :multimodal :label "Multimodal" :view multimodal-demo}
{:id :app :label "Applications" :view app-demo}]
{:id :app :label "Applications" :view app-demo}
{:id :style :label "Style" :view style-demo}]
!tab-id (r/atom (:id (first tabs)))
!tab (r/reaction (u/item-for-id @!tab-id tabs))]
(fn []
Expand Down

0 comments on commit 90fda94

Please sign in to comment.