Skip to content

Commit

Permalink
Change status of tag-dropdown to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed Jan 22, 2021
1 parent e35dabe commit 015fe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_demo/tag_dropdown.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
:gap "10px"
:width "450px"
:children [[title2 "Notes"]
[status-text "Stable"]
[status-text "Alpha" {:color "red" :font-weight "bold"}]
[p "A compound component that allows the user to incrementally build up a selection from a list of choices, often only a few selections and a short list of choices."]
[p "Takes up a lot of screen real estate but can be placed in a popup."]
[args-table tag-dropdown-args-desc]]]
Expand Down

0 comments on commit 015fe86

Please sign in to comment.