diff --git a/apps/docs/src/components/ComponentReference.vue b/apps/docs/src/components/ComponentReference.vue
index b12f428d5..94e4fe11a 100644
--- a/apps/docs/src/components/ComponentReference.vue
+++ b/apps/docs/src/components/ComponentReference.vue
@@ -70,6 +70,10 @@
{{ normalizeDefault(d.item.default) }}
+
+
+ {{ d.item.description }}
+
+ :
{{ kebabCase(scope.prop) }}
: {{ scope.type }}
- {{ scope.description }}
diff --git a/apps/docs/src/components/NotYetImplemented.vue b/apps/docs/src/components/NotYetImplemented.vue
index 8f8a49748..0659a098a 100644
--- a/apps/docs/src/components/NotYetImplemented.vue
+++ b/apps/docs/src/components/NotYetImplemented.vue
@@ -1,7 +1,13 @@
Not yet implemented : Not yet implemented:
+
+
diff --git a/apps/docs/src/data/components/formTags.data.ts b/apps/docs/src/data/components/formTags.data.ts
index 81eebfac3..5e433b32f 100644
--- a/apps/docs/src/data/components/formTags.data.ts
+++ b/apps/docs/src/data/components/formTags.data.ts
@@ -412,7 +412,8 @@ export default {
{
prop: 'remove',
type: '() => void',
- description: 'Method to fully reset the tags input [Not yet implemented]',
+ description: 'Method to fully reset the tags input',
+ notYetImplemented: true,
},
{
prop: 'removeTag',
diff --git a/apps/docs/src/docs/components/card.md b/apps/docs/src/docs/components/card.md
index 4891cf227..89ecff7dd 100644
--- a/apps/docs/src/docs/components/card.md
+++ b/apps/docs/src/docs/components/card.md
@@ -181,7 +181,9 @@ For more information on using `BNav` in card headers, refer to the
## Card groups
In addition to styling the content within cards, BootstrapVueNext includes a `BCardGroup` component
-for laying out series of cards. For the time being, these layout options are not yet responsive.
+for laying out series of cards.
+
+For the time being, these layout options are not responsive.
### Default card group
diff --git a/apps/docs/src/docs/migration-guide.md b/apps/docs/src/docs/migration-guide.md
index 9cc8db565..598bc9d1e 100644
--- a/apps/docs/src/docs/migration-guide.md
+++ b/apps/docs/src/docs/migration-guide.md
@@ -182,7 +182,7 @@ not implemented.
The `sliding-start` and `sliding-end` events have been renamed to `slide` and `slid`.
The `label-indicators` prop has been renamed to `indicators-button-label`.
-The `label-goto-slide`and `no-animation` props are not yet implemented.
+The `label-goto-slide`and `no-animation` props.
## BForm
@@ -214,7 +214,7 @@ Use `label-visually-hidden` instead of `label-sronly` per
Access to the native `input` element is implemented differently due to changes in how Vue 3
handles references. See the [BFormInput documentation](/docs/components/form-input#exposed-input-element) for more details.
-Datalist and disabling mousewheel events are not yet implemented.
+Disabling mousewheel events.
`trim`, `lazy`, or `number` properties have been deprecated. We support the native modifiers
[`trim`, `lazy`, and `number`](https://vuejs.org/guide/essentials/forms.html#modifiers).
@@ -422,7 +422,7 @@ Keyboard Navigation and Small Screen Support.
## BPaginationNav
-This component is not yet implemented
+