mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-10 15:04:46 +03:00
update Header
This commit is contained in:
parent
368893dd08
commit
e758765a30
@ -25,6 +25,7 @@ import Nri.Ui.Heading.V3 as Heading
|
||||
import Nri.Ui.Select.V9 as Select
|
||||
import Nri.Ui.Spacing.V1 as Spacing
|
||||
import Nri.Ui.Svg.V1 as Svg
|
||||
import Nri.Ui.Text.V6 as Text
|
||||
import Nri.Ui.UiIcon.V1 as UiIcon
|
||||
|
||||
|
||||
@ -49,7 +50,16 @@ example =
|
||||
, update = update
|
||||
, subscriptions = \_ -> Sub.none
|
||||
, preview = [ viewPreview ]
|
||||
, about = []
|
||||
, about = [ Text.smallBody
|
||||
[ Text.html
|
||||
[ text "Learn more about this component in "
|
||||
,ClickableText.link "Tessa's demo"
|
||||
[ ClickableText.linkExternal "https://noredink.slack.com/archives/CDMGJ8PFA/p1684424409046369"
|
||||
,ClickableText.appearsInline]
|
||||
,text "."
|
||||
]
|
||||
]
|
||||
]
|
||||
, view =
|
||||
\ellieLinkConfig state ->
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user