You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/components/accordion.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Matestack Bootstrap Component: Accordion
1
+
# Accordion
2
2
3
3
The Bootstrap `accordion` component, implemented in Ruby. Use it like any other matestack component in your apps, pages and components. It offers customizable options to simply achieve what is possible in bootstrap with this component. See below for more information about the possible options.
Copy file name to clipboardExpand all lines: docs/api/components/alert.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Matestack Bootstrap Component: Alert
1
+
# Alert
2
2
3
3
The Bootstrap `alert` component, implemented in Ruby. Use it like any other matestack component in your apps, pages and components. It offers customizable options to simply achieve what is possible in bootstrap with this component. See below for more information about the possible options.
Copy file name to clipboardExpand all lines: docs/api/components/badge.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Matestack Bootstrap Component: Badge
1
+
# Badge
2
2
3
3
The Bootstrap `badge` component, implemented in Ruby. Use it like any other matestack component in your apps, pages and components. It offers customizable options to simply achieve what is possible in bootstrap with this component. See below for more information about the possible options.
Copy file name to clipboardExpand all lines: docs/api/components/breadcrumb.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Matestack Bootstrap Component: Breadcrumb
1
+
# Breadcrumb
2
2
3
3
The Bootstrap `breadcrumb` component, implemented in Ruby. Use it like any other matestack component in your apps, pages and components. It offers customizable options to simply achieve what is possible in bootstrap with this component. See below for more information about the possible options.
Copy file name to clipboardExpand all lines: docs/api/components/button.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Matestack Bootstrap Component: Button
1
+
# Button
2
2
3
3
The Bootstrap `button` component, implemented in Ruby. Use it like any other matestack component in your apps, pages and components. It offers customizable options to simply achieve what is possible in bootstrap with this component. See below for more information about the possible options.
4
4
@@ -13,10 +13,10 @@ Returns a bootstrap button containing text or content specified by a block. Also
13
13
*`:size` - Use `:block, :sm, :md or :lg` to change the size of the button. The default is `nil`.
14
14
*`:type` - Specify the type button tags. By default is set as `button`. You can set is for example as `submit`, `reset`, etc.
15
15
*`:text` - Expects a string with the text that should go inside the button
16
-
*`:link` - Expects a hash with parameters for a link component, button will act as a link (`a` tag with btn css classes)
17
-
*`:transition` - Expects a hash with parameters for a transition component, button will act as a transition (`a` tag with btn css classes)
18
-
*`:action` - Expects a hash with parameters for a action component, button will act as a action (`a` tag with btn css classes)
19
-
*`:onclick` - Expects a hash with parameters for a onclick component, button will act as a onclick (`a` tag with btn css classes)
16
+
*`:link` - Expects a hash with parameters for a link component, button will act as a link \(`a` tag with btn css classes\)
17
+
*`:transition` - Expects a hash with parameters for a transition component, button will act as a transition \(`a` tag with btn css classes\)
18
+
*`:action` - Expects a hash with parameters for a action component, button will act as a action \(`a` tag with btn css classes\)
19
+
*`:onclick` - Expects a hash with parameters for a onclick component, button will act as a onclick \(`a` tag with btn css classes\)
20
20
* Html attributes - all w3c confirm html attributes for div's can be set via options and will be added to the surrounding button div.
Copy file name to clipboardExpand all lines: docs/api/components/button_group.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Matestack Bootstrap Component: ButtonGroup
1
+
# ButtonGroup
2
2
3
3
The Bootstrap `button group` component, implemented in Ruby. Use it like any other matestack component in your apps, pages and components. It offers customizable options to simply achieve what is possible in bootstrap with this component. See below for more information about the possible options.
Copy file name to clipboardExpand all lines: docs/api/components/card.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Matestack Bootstrap Component: Card
1
+
# Card
2
2
3
3
The Bootstrap `card` component, implemented in Ruby. Use it like any other matestack component in your apps, pages and components. It offers customizable options to simply achieve what is possible in bootstrap with this component. See below for more information about the possible options.
0 commit comments