mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 00:21:42 +03:00
Add Tabs.SpaLink example
This commit is contained in:
parent
6a4b6603a5
commit
e18c1abd80
@ -53,7 +53,9 @@ example changeTab tab =
|
||||
List.Zipper.Zipper
|
||||
[]
|
||||
(Tabs.NormalLink { label = "Nowhere", href = Nothing })
|
||||
[ Tabs.NormalLink { label = "Elm", href = Just "http://elm-lang.org" } ]
|
||||
[ Tabs.NormalLink { label = "Elm", href = Just "http://elm-lang.org" }
|
||||
, Tabs.SpaLink { label = "Spa", href = "/#category/Widgets", msg = changeTab Second }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user