mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 00:42:29 +03:00
add table heading
This commit is contained in:
parent
8ebed6c318
commit
4495431e47
@ -22,6 +22,7 @@ import Markdown
|
||||
import Nri.Ui.ClickableSvg.V2 as ClickableSvg
|
||||
import Nri.Ui.ClickableText.V3 as ClickableText
|
||||
import Nri.Ui.Colors.V1 as Colors
|
||||
import Nri.Ui.Heading.V2 as Heading
|
||||
import Nri.Ui.Svg.V1 as Svg
|
||||
import Nri.Ui.Table.V5 as Table
|
||||
import Nri.Ui.Tooltip.V3 as Tooltip
|
||||
@ -133,6 +134,7 @@ update msg model =
|
||||
view : EllieLink.Config -> State -> List (Html Msg)
|
||||
view ellieLinkConfig model =
|
||||
[ viewCustomizableExample ellieLinkConfig model.staticExampleSettings
|
||||
, Heading.h2 [ Heading.style Heading.Subhead ] [ Html.text "What type of tooltip should I use?" ]
|
||||
, Table.view
|
||||
[ Table.string
|
||||
{ header = "Type"
|
||||
|
Loading…
Reference in New Issue
Block a user