mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 00:21:42 +03:00
update style guide with correct version
This commit is contained in:
parent
961f2a0c74
commit
324c5df775
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user