|
1 | 1 | {
|
2 | 2 | "id": {
|
3 |
| - "description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed" |
| 3 | + "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed" |
4 | 4 | },
|
5 | 5 | "variant": {
|
6 | 6 | "description": "Applies one of the Bootstrap theme color variants to the component"
|
|
114 | 114 | "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
|
115 | 115 | },
|
116 | 116 | "required": {
|
117 |
| - "description": "Adds the 'required' attribute to the form control" |
| 117 | + "description": "Adds the `required` attribute to the form control" |
118 | 118 | },
|
119 | 119 | "form": {
|
120 |
| - "description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control" |
| 120 | + "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control" |
121 | 121 | },
|
122 | 122 | "name": {
|
123 |
| - "description": "Sets the value of the 'name' attribute on the form control" |
| 123 | + "description": "Sets the value of the `name` attribute on the form control" |
124 | 124 | },
|
125 | 125 | "placeholder": {
|
126 |
| - "description": "Sets the 'placeholder' attribute value on the form control" |
| 126 | + "description": "Sets the `placeholder` attribute value on the form control" |
127 | 127 | },
|
128 | 128 | "disabled": {
|
129 | 129 | "description": "When set to 'true', disables the component's functionality and places it in a disabled state"
|
130 | 130 | },
|
131 | 131 | "readonly": {
|
132 |
| - "description": "Sets the 'readonly' attribute on the form control" |
| 132 | + "description": "Sets the `readonly` attribute on the form control" |
133 | 133 | },
|
134 | 134 | "plaintext": {
|
135 | 135 | "description": "Set the form control as readonly and renders the control to look like plain text (no borders)"
|
|
138 | 138 | "description": "Sets the 'autocomplete' attribute value on the form control"
|
139 | 139 | },
|
140 | 140 | "autofocus": {
|
141 |
| - "description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control" |
| 141 | + "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control" |
142 | 142 | },
|
143 | 143 | "state": {
|
144 |
| - "description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state" |
| 144 | + "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state" |
145 | 145 | },
|
146 | 146 | "options": {
|
147 | 147 | "description": "Array of items to render in the component"
|
148 | 148 | },
|
149 | 149 | "valueField": {
|
150 |
| - "description": "Field name in the 'options' array that should be used for the value" |
| 150 | + "description": "Field name in the `options` array that should be used for the value" |
151 | 151 | },
|
152 | 152 | "textField": {
|
153 |
| - "description": "Field name in the 'options' array that should be used for the text label" |
| 153 | + "description": "Field name in the `options` array that should be used for the text label" |
154 | 154 | },
|
155 | 155 | "htmlField": {
|
156 |
| - "description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution." |
| 156 | + "description": "Field name in the `options` array that should be used for the html label instead of text field. Use with caution" |
157 | 157 | },
|
158 | 158 | "disabledField": {
|
159 |
| - "description": "Field name in the 'options' array that should be used for the disabled state" |
| 159 | + "description": "Field name in the `options` array that should be used for the disabled state" |
160 | 160 | },
|
161 | 161 | "plain": {
|
162 | 162 | "description": "Render the form control in plain mode, rather than custom styled mode"
|
|
165 | 165 | "description": "Renders the content of the component in-place in the DOM, rather than portalling it to be appended to the body element"
|
166 | 166 | },
|
167 | 167 | "src": {
|
168 |
| - "description": "URL to set for the 'src' attribute" |
| 168 | + "description": "URL to set for the `src` attribute" |
169 | 169 | },
|
170 | 170 | "alt": {
|
171 |
| - "description": "Value to set for the 'alt' attribute" |
| 171 | + "description": "Value to set for the `alt` attribute" |
172 | 172 | },
|
173 | 173 | "role": {
|
174 |
| - "description": "Sets the ARIA attribute 'role' to a specific value" |
| 174 | + "description": "Sets the ARIA attribute `role` to a specific value" |
175 | 175 | },
|
176 | 176 | "ariaRole": {
|
177 |
| - "description": "Sets the ARIA attribute 'role' to a specific value" |
| 177 | + "description": "Sets the ARIA attribute `role` to a specific value" |
178 | 178 | },
|
179 | 179 | "ariaLabel": {
|
180 |
| - "description": "Sets the value of 'aria-label' attribute on the rendered element" |
| 180 | + "description": "Sets the value of `aria-label` attribute on the rendered element" |
181 | 181 | },
|
182 | 182 | "ariaLabelledby": {
|
183 |
| - "description": "The ID of the element that provides a label for this component. Used as the value for the 'aria-labelledby' attribute" |
| 183 | + "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute" |
184 | 184 | },
|
185 | 185 | "ariaDescribedby": {
|
186 |
| - "description": "The ID of the element that provides additional context for this component. Used as the value for the 'aria-describedby' attribute" |
| 186 | + "description": "The ID of the element that provides additional context for this component. Used as the value for the `aria-describedby` attribute" |
187 | 187 | },
|
188 | 188 | "ariaLive": {
|
189 |
| - "description": "When the rendered element is an aria-live region (for screen reader users), set to either 'polite' or 'assertive'" |
| 189 | + "description": "When the rendered element is an `aria-live` region (for screen reader users), set to either 'polite' or 'assertive'" |
190 | 190 | },
|
191 | 191 | "fade": {
|
192 |
| - "description": "When set to 'true', enables the fade animation/transition on the component" |
| 192 | + "description": "When set to `true`, enables the fade animation/transition on the component" |
193 | 193 | },
|
194 | 194 | "noFade": {
|
195 |
| - "description": "When set to 'true', disables the fade animation/transition on the component" |
| 195 | + "description": "When set to `true`, disables the fade animation/transition on the component" |
196 | 196 | },
|
197 | 197 | "active": {
|
198 |
| - "description": "When set to 'true', places the component in the active state with active styling" |
| 198 | + "description": "When set to `true`, places the component in the active state with active styling" |
199 | 199 | },
|
200 | 200 | "href": {
|
201 | 201 | "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
|
202 | 202 | },
|
203 | 203 | "rel": {
|
204 |
| - "description": "<b-link> prop: Sets the 'rel' attribute on the rendered link" |
| 204 | + "description": "<b-link> prop: Sets the `rel` attribute on the rendered link" |
205 | 205 | },
|
206 | 206 | "target": {
|
207 |
| - "description": "<b-link> prop: Sets the 'target' attribute on the rendered link" |
| 207 | + "description": "<b-link> prop: Sets the `target` attribute on the rendered link" |
208 | 208 | },
|
209 | 209 | "to": {
|
210 |
| - "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object" |
| 210 | + "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object" |
211 | 211 | },
|
212 | 212 | "replace": {
|
213 |
| - "description": "<router-link> prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record" |
| 213 | + "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record" |
214 | 214 | },
|
215 | 215 | "append": {
|
216 | 216 | "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
|
|
225 | 225 | "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
|
226 | 226 | },
|
227 | 227 | "routerTag": {
|
228 |
| - "description": "<router-link> prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value" |
| 228 | + "description": "<router-link> prop: Specify which tag to render, and it will still listen to click events for navigation. `router-tag` translates to the tag prop on the final rendered `<router-link>`. Typically you should use the default value" |
229 | 229 | },
|
230 | 230 | "event": {
|
231 | 231 | "description": "<router-link> prop: Specify the event that triggers the link. In most cases you should leave this as the default"
|
232 | 232 | },
|
233 | 233 | "prefetch": {
|
234 |
| - "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'prefetch' to 'true' or 'false' will overwrite the default value of 'router.prefetchLinks'", |
| 234 | + "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`", |
235 | 235 | "version": "2.15.0"
|
236 | 236 | },
|
237 | 237 | "noPrefetch": {
|
238 |
| - "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link" |
| 238 | + "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link" |
239 | 239 | },
|
240 | 240 | "routerComponentName": {
|
241 | 241 | "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)",
|
|
0 commit comments