mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-01 19:09:01 +03:00
Cross-list clickable svg in button category and icon category
This commit is contained in:
parent
5d1fb3c5ba
commit
9a41c04a98
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user