mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-04 06:47:16 +03:00
Use V4 in the styleguide app
This commit is contained in:
parent
900bbc01d3
commit
c3bf5b9a61
@ -7,12 +7,12 @@ module Examples.Alert exposing (example)
|
|||||||
-}
|
-}
|
||||||
|
|
||||||
import ModuleExample as ModuleExample exposing (Category(..), ModuleExample)
|
import ModuleExample as ModuleExample exposing (Category(..), ModuleExample)
|
||||||
import Nri.Ui.Alert.V3 as Alert
|
import Nri.Ui.Alert.V4 as Alert
|
||||||
|
|
||||||
|
|
||||||
example : ModuleExample msg
|
example : ModuleExample msg
|
||||||
example =
|
example =
|
||||||
{ filename = "Nri.Ui.Alert.V3.elm"
|
{ filename = "Nri.Ui.Alert.V4.elm"
|
||||||
, category = Messaging
|
, category = Messaging
|
||||||
, content =
|
, content =
|
||||||
[ Alert.error "This is an error"
|
[ Alert.error "This is an error"
|
||||||
|
Loading…
Reference in New Issue
Block a user