Cross-list clickable svg in button category and icon category

This commit is contained in:
Tessa Kelly 2020-03-23 17:49:37 -07:00
parent 5d1fb3c5ba
commit 9a41c04a98

View File

@ -42,7 +42,7 @@ example unnamedMessages state =
unnamedMessages "Nri.Ui.ClickableSvg.V1"
in
{ name = "Nri.Ui.ClickableSvg.V1"
, categories = Set.fromList Category.sorter <| List.singleton Buttons
, categories = Set.fromList Category.sorter [ Buttons, Icons ]
, content =
[ Html.div [ Attributes.css [ Css.displayFlex, Css.alignItems Css.center ] ]
[ ClickableSvg.button "Back"