update style guide with correct version

This commit is contained in:
Ally McKnight 2018-12-19 16:04:10 -08:00
parent 961f2a0c74
commit 324c5df775

View File

@ -13,7 +13,7 @@ import ModuleExample as ModuleExample exposing (Category(..), ModuleExample)
import Nri.Ui.AssetPath exposing (Asset(..))
import Nri.Ui.Checkbox.V3 as Checkbox
import Nri.Ui.Text.V2 as Text
import Nri.Ui.TextArea.V4 as TextArea
import Nri.Ui.TextArea.V3 as TextArea
{-| -}
@ -37,7 +37,7 @@ type alias State =
{-| -}
example : (Msg -> msg) -> State -> ModuleExample msg
example parentMessage state =
{ filename = "Nri.Ui.TextArea.V4"
{ filename = "Nri.Ui.TextArea.v3"
, category = Inputs
, content =
[ Text.heading [ Html.text "Textarea controls" ]