mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 01:45:20 +03:00
🎨 tidy exports and docs
This commit is contained in:
parent
aff0ed5068
commit
2e7a95a822
@ -12,10 +12,11 @@ module Nri.Ui.Select.V8 exposing
|
||||
{-| Build a select input with a label, optional guidance, and error messaging.
|
||||
|
||||
|
||||
# Changes from V5
|
||||
# Changes from V7
|
||||
|
||||
- view adds a label
|
||||
- adds standard custom, nriDescription, etc. attributes
|
||||
- switches to a list-based attribuet API from a record-based API
|
||||
|
||||
@docs view, generateId
|
||||
|
||||
@ -30,17 +31,13 @@ module Nri.Ui.Select.V8 exposing
|
||||
@docs value
|
||||
|
||||
|
||||
### Input handlers
|
||||
|
||||
|
||||
### Attributes
|
||||
|
||||
@docs Attribute, defaultDisplayText, autofocus
|
||||
@docs Attribute, defaultDisplayText
|
||||
@docs hiddenLabel, visibleLabel
|
||||
@docs errorIf, errorMessage
|
||||
@docs custom, nriDescription, id, testId
|
||||
@docs containerCss, noMargin
|
||||
@docs disabled, loading, guidance
|
||||
|
||||
-}
|
||||
|
||||
|
@ -4,7 +4,7 @@ module Nri.Ui.TextInput.V7 exposing
|
||||
, value, map
|
||||
, onFocus, onBlur, onEnter
|
||||
, Attribute, placeholder, autofocus
|
||||
, hiddenLabel
|
||||
, hiddenLabel, visibleLabel
|
||||
, css, custom, nriDescription, id, testId, noMargin
|
||||
, disabled, loading, errorIf, errorMessage, guidance
|
||||
, writing
|
||||
|
Loading…
Reference in New Issue
Block a user