mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-02 23:52:22 +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 Nri.Ui.Alert.V3 as Alert
|
||||
import Nri.Ui.Alert.V4 as Alert
|
||||
|
||||
|
||||
example : ModuleExample msg
|
||||
example =
|
||||
{ filename = "Nri.Ui.Alert.V3.elm"
|
||||
{ filename = "Nri.Ui.Alert.V4.elm"
|
||||
, category = Messaging
|
||||
, content =
|
||||
[ Alert.error "This is an error"
|
||||
|
Loading…
Reference in New Issue
Block a user