|
11 | 11 | "BFormFieldset"
|
12 | 12 | ],
|
13 | 13 | "props": [
|
| 14 | + { |
| 15 | + "prop": "contentCols", |
| 16 | + "version": "2.21.0", |
| 17 | + "description": "Number of columns for the content width 'xs' screens and up" |
| 18 | + }, |
| 19 | + { |
| 20 | + "prop": "contentColsLg", |
| 21 | + "version": "2.21.0", |
| 22 | + "description": "Number of columns for the content width 'lg' screens and up" |
| 23 | + }, |
| 24 | + { |
| 25 | + "prop": "contentColsMd", |
| 26 | + "version": "2.21.0", |
| 27 | + "description": "Number of columns for the content width 'md' screens and up" |
| 28 | + }, |
| 29 | + { |
| 30 | + "prop": "contentColsSm", |
| 31 | + "version": "2.21.0", |
| 32 | + "description": "Number of columns for the content width 'sm' screens and up" |
| 33 | + }, |
| 34 | + { |
| 35 | + "prop": "contentColsXl", |
| 36 | + "version": "2.21.0", |
| 37 | + "description": "Number of columns for the content width 'xl' screens and up" |
| 38 | + }, |
14 | 39 | {
|
15 | 40 | "prop": "description",
|
16 | 41 | "description": "Text to place in the help text area of the form group"
|
17 | 42 | },
|
18 | 43 | {
|
19 | 44 | "prop": "disabled",
|
20 |
| - "description": "Disabled the fieldset element, which in turn disables the form controls (on browsers that support disabled fieldsets). Has no effect if 'label-for' is set" |
| 45 | + "description": "Disabled the fieldset element, which in turn disables the form controls (on browsers that support disabled fieldsets). Has no effect if `label-for` is set" |
21 | 46 | },
|
22 | 47 | {
|
23 | 48 | "prop": "feedbackAriaLive",
|
24 |
| - "description": "Value to use for the 'aria-live' attribute on the feedback text" |
| 49 | + "description": "Value to use for the `aria-live` attribute on the feedback text" |
25 | 50 | },
|
26 | 51 | {
|
27 | 52 | "prop": "invalidFeedback",
|
|
33 | 58 | },
|
34 | 59 | {
|
35 | 60 | "prop": "labelAlign",
|
36 |
| - "description": "Text alignment 'left', 'center', 'right' for the label xs screens and up" |
| 61 | + "description": "Text alignment 'left', 'center', 'right' for the label 'xs' screens and up" |
37 | 62 | },
|
38 | 63 | {
|
39 | 64 | "prop": "labelAlignLg",
|
40 |
| - "description": "Text alignment 'left', 'center', 'right' for the label lg screens and up" |
| 65 | + "description": "Text alignment 'left', 'center', 'right' for the label 'lg' screens and up" |
41 | 66 | },
|
42 | 67 | {
|
43 | 68 | "prop": "labelAlignMd",
|
44 |
| - "description": "Text alignment 'left', 'center', 'right' for the label md screens and up" |
| 69 | + "description": "Text alignment 'left', 'center', 'right' for the label 'md' screens and up" |
45 | 70 | },
|
46 | 71 | {
|
47 | 72 | "prop": "labelAlignSm",
|
48 |
| - "description": "Text alignment 'left', 'center', 'right' for the label sm screens and up" |
| 73 | + "description": "Text alignment 'left', 'center', 'right' for the label 'sm' screens and up" |
49 | 74 | },
|
50 | 75 | {
|
51 | 76 | "prop": "labelAlignXl",
|
52 |
| - "description": "Text alignment 'left', 'center', 'right' for the label xl screens and up" |
53 |
| - }, |
54 |
| - { |
55 |
| - "prop": "labelClass", |
56 |
| - "description": "CSS class (or classes) to add to the label/legend element" |
| 77 | + "description": "Text alignment 'left', 'center', 'right' for the label 'xl' screens and up" |
57 | 78 | },
|
58 | 79 | {
|
59 | 80 | "prop": "labelClass",
|
60 | 81 | "description": "CSS class (or classes) to add to the label/legend element"
|
61 | 82 | },
|
62 | 83 | {
|
63 | 84 | "prop": "labelCols",
|
64 |
| - "description": "Number of columns for the label width xs screens and up" |
| 85 | + "description": "Number of columns for the label width 'xs' screens and up" |
65 | 86 | },
|
66 | 87 | {
|
67 | 88 | "prop": "labelColsLg",
|
68 |
| - "description": "Number of columns for the label width lg screens and up" |
| 89 | + "description": "Number of columns for the label width 'lg' screens and up" |
69 | 90 | },
|
70 | 91 | {
|
71 | 92 | "prop": "labelColsMd",
|
72 |
| - "description": "Number of columns for the label width md screens and up" |
| 93 | + "description": "Number of columns for the label width 'md' screens and up" |
73 | 94 | },
|
74 | 95 | {
|
75 | 96 | "prop": "labelColsSm",
|
76 |
| - "description": "Number of columns for the label width sm screens and up" |
| 97 | + "description": "Number of columns for the label width 'sm' screens and up" |
77 | 98 | },
|
78 | 99 | {
|
79 | 100 | "prop": "labelColsXl",
|
80 |
| - "description": "Number of columns for the label width xl screens and up" |
| 101 | + "description": "Number of columns for the label width 'xl' screens and up" |
81 | 102 | },
|
82 | 103 | {
|
83 | 104 | "prop": "labelFor",
|
84 |
| - "description": "Set to the ID of the singular form-control in the form-group. Do not set a value if there is more than one form control in the group" |
| 105 | + "description": "Set to the ID of the singular form control in the form group. Do not set a value if there is more than one form control in the group" |
85 | 106<
6D40
/code> | },
|
86 | 107 | {
|
87 | 108 | "prop": "labelSize",
|
|
93 | 114 | },
|
94 | 115 | {
|
95 | 116 | "prop": "state",
|
96 |
| - "description": "Controls the validation state of the feedback. 'true' force shows valid-feedback, 'false' force shows invalid feedback, 'null' does not force show the feedback" |
| 117 | + "description": "Controls the validation state of the feedback. `true` force shows valid-feedback, `false` force shows invalid feedback, `null` does not force show the feedback" |
97 | 118 | },
|
98 | 119 | {
|
99 | 120 | "prop": "tooltip",
|
|
123 | 144 | },
|
124 | 145 | {
|
125 | 146 | "name": "label",
|
126 |
| - "description": "Content to place inside the <label> element. Overrides the `label` prop" |
| 147 | + "description": "Content to place inside the label element. Overrides the `label` prop" |
127 | 148 | },
|
128 | 149 | {
|
129 | 150 | "name": "valid-feedback",
|
|
0 commit comments