mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-11 03:28:09 +03:00
update h2 copy
This commit is contained in:
parent
b2c7efe0db
commit
1908e7316f
@ -58,7 +58,7 @@ example =
|
||||
, renderExample = Code.unstyledView
|
||||
, toExampleCode = \_ -> []
|
||||
}
|
||||
, Heading.h2 [ Heading.plaintext "Example" ]
|
||||
, Heading.h2 [ Heading.plaintext "Interactive example" ]
|
||||
, Button.button "Clear all highlights"
|
||||
[ Button.onClick ClearHighlights
|
||||
, Button.secondary
|
||||
@ -67,7 +67,7 @@ example =
|
||||
]
|
||||
, Highlighter.view state.highlighter
|
||||
|> map HighlighterMsg
|
||||
, Heading.h2 [ Heading.plaintext "Non-interactive Examples" ]
|
||||
, Heading.h2 [ Heading.plaintext "Non-interactive examples" ]
|
||||
, Table.view
|
||||
[ Table.string
|
||||
{ header = "Description"
|
||||
|
Loading…
Reference in New Issue
Block a user