Elm-format v 0.7.0-exp

This commit is contained in:
Tessa Kelly 2018-06-20 10:20:41 -07:00
parent 44d78aa962
commit 1451f84913

View File

@ -1,6 +1,9 @@
module Nri.Ui.PremiumCheckbox.V1 exposing (PremiumConfig, premium) module Nri.Ui.PremiumCheckbox.V1 exposing (PremiumConfig, premium)
{-| @docs PremiumConfig, premium {-|
@docs PremiumConfig, premium
-} -}
import Accessibility.Styled as Html import Accessibility.Styled as Html
@ -17,6 +20,7 @@ import Nri.Ui.Data.PremiumLevel as PremiumLevel exposing (PremiumLevel(..))
- `onChange`: A message for when the user toggles the checkbox - `onChange`: A message for when the user toggles the checkbox
- `onLockedClick`: A message for when the user clicks a checkbox they don't have PremiumLevel for. - `onLockedClick`: A message for when the user clicks a checkbox they don't have PremiumLevel for.
If you get this message, you should show an `Nri.Ui.Premium.Model.view` If you get this message, you should show an `Nri.Ui.Premium.Model.view`
-} -}
type alias PremiumConfig msg = type alias PremiumConfig msg =
{ label : String { label : String