Skip to content

Commit 710c0b4

Browse files
committed
fix doc issues for button and radio module
1 parent bb20198 commit 710c0b4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/Bootstrap/Button.elm

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module Bootstrap.Button exposing
2-
( button, linkButton, radioButton, checkboxButton
2+
( button, linkButton, radioButton, checkboxButton, submitButton, resetButton
33
, attrs, onClick, disabled, Option
44
, primary, secondary, success, info, warning, danger, light, dark, roleLink
55
, outlinePrimary, outlineSecondary, outlineSuccess, outlineInfo, outlineWarning, outlineDanger, outlineLight, outlineDark
66
, small, large
77
, block
8-
, resetButton, submitButton
98
)
109

1110
{-| Use Bootstrap’s custom button styles for actions in forms, dialogs, and more. Includes support for a handful of contextual variations and sizes.
@@ -14,7 +13,7 @@ You can also group a series of buttons together on a single line with the button
1413
1514
# Buttons
1615
17-
@docs button, linkButton, radioButton, checkboxButton
16+
@docs button, linkButton, radioButton, checkboxButton, submitButton, resetButton
1817
1918
2019
# Button options

src/Bootstrap/Form/Radio.elm

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Bootstrap.Form.Radio exposing
2-
( radio, custom, Label, advancedRadio, advancedCustom, label
2+
( radio, custom, advancedRadio, advancedCustom, label, Label
33
, id, checked, name, inline, onClick, disabled, attrs, Option
44
, success, danger
55
, radioList, create, createCustom, createAdvanced, createCustomAdvanced, Radio
@@ -10,7 +10,7 @@ module Bootstrap.Form.Radio exposing
1010
1111
# Creating
1212
13-
@docs radio, custom, Label, advancedRadio, advancedCustom, label, Label
13+
@docs radio, custom, advancedRadio, advancedCustom, label, Label
1414
1515
1616
# Options

0 commit comments

Comments
 (0)