mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-02 19:34:46 +03:00
🐛 fixes old name uses
This commit is contained in:
parent
1db134067a
commit
c80f7ca4ed
@ -29,7 +29,7 @@ type alias State value =
|
||||
{-| -}
|
||||
example : (Msg -> msg) -> State Value -> ModuleExample msg
|
||||
example parentMessage state =
|
||||
{ name = "Nri.Ui.Dropdown.V1"
|
||||
{ name = "Nri.Ui.Dropdown.V2"
|
||||
, category = Inputs
|
||||
, content =
|
||||
[ Html.Styled.map parentMessage (Nri.Ui.Dropdown.V2.view "All the foods!" state ConsoleLog)
|
||||
|
@ -41,7 +41,7 @@ type alias State value =
|
||||
{-| -}
|
||||
example : (Msg -> msg) -> State Value -> ModuleExample msg
|
||||
example parentMessage state =
|
||||
{ name = "Nri.Ui.Select.V3"
|
||||
{ name = "Nri.Ui.Select.V5"
|
||||
, category = Inputs
|
||||
, content =
|
||||
[ Html.Styled.map (parentMessage << ConsoleLog) (Select.view state)
|
||||
|
Loading…
Reference in New Issue
Block a user