mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-24 07:32:41 +03:00
Version 3.4.0
This commit is contained in:
parent
d9dc6fa32b
commit
3bafd79020
8755
docs/3.0.0/main.js
8755
docs/3.0.0/main.js
File diff suppressed because it is too large
Load Diff
2
elm.json
2
elm.json
@ -3,7 +3,7 @@
|
||||
"name": "Orasund/elm-ui-widgets",
|
||||
"summary": "Collection of reusable views for elm-ui.",
|
||||
"license": "BSD-3-Clause",
|
||||
"version": "3.3.1",
|
||||
"version": "3.4.0",
|
||||
"exposed-modules": [
|
||||
"Widget",
|
||||
"Widget.Material",
|
||||
|
@ -381,6 +381,7 @@ button =
|
||||
----------------------------------------------------------}
|
||||
|
||||
|
||||
{-| -}
|
||||
type alias CheckboxStyle msg =
|
||||
{ elementButton : List (Attribute msg)
|
||||
, ifDisabled : List (Attribute msg)
|
||||
@ -390,6 +391,8 @@ type alias CheckboxStyle msg =
|
||||
}
|
||||
|
||||
|
||||
{-| A checkbox
|
||||
-}
|
||||
type alias Checkbox msg =
|
||||
{ description : String
|
||||
, onChange : Maybe (Bool -> msg)
|
||||
|
Loading…
Reference in New Issue
Block a user