mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 16:44:41 +03:00
update Select filename in styleguide
This commit is contained in:
parent
d464bb7480
commit
b1a9452dac
@ -43,7 +43,7 @@ type alias State value =
|
||||
{-| -}
|
||||
example : (Msg -> msg) -> State Value -> ModuleExample msg
|
||||
example parentMessage state =
|
||||
{ filename = "ui/src/Nri/Select.elm"
|
||||
{ filename = "Nri.Ui.Select.V3"
|
||||
, category = Inputs
|
||||
, content =
|
||||
[ Html.Styled.map (parentMessage << ConsoleLog) (Select.view state)
|
||||
|
Loading…
Reference in New Issue
Block a user