diff --git a/docs/userGuide/syntax/popovers.md b/docs/userGuide/syntax/popovers.md index d214271e4c..8484812c09 100644 --- a/docs/userGuide/syntax/popovers.md +++ b/docs/userGuide/syntax/popovers.md @@ -45,14 +45,14 @@

Content using slot

- -
- This is a long content... -
- -
-
-
+

+ +

+ This is a long content... +
+ + +

Content using src

@@ -65,7 +65,9 @@

Wrap Text

-What do you say +

+ What do you say +

@@ -83,7 +85,9 @@ This is the same trigger as last one. -

+ + +
****Options**** diff --git a/docs/userGuide/syntax/tooltips.md b/docs/userGuide/syntax/tooltips.md index 73249ce0f5..52e59c1405 100644 --- a/docs/userGuide/syntax/tooltips.md +++ b/docs/userGuide/syntax/tooltips.md @@ -16,17 +16,19 @@


+ Trigger

-
-
+

+

+
**Markdown**: diff --git a/packages/vue-components/README.md b/packages/vue-components/README.md index b5aec544f4..cddb3f5e51 100644 --- a/packages/vue-components/README.md +++ b/packages/vue-components/README.md @@ -20,6 +20,8 @@ Some custom components and directives are also added for MarkBind's use. - Question.vue - QOption.vue - Quiz.vue +- Popover.vue (built on bootstrap-vue's popovers) +- Tooltip.vue (built on bootstrap-vue's tooltips) - Trigger.vue (built on bootstrap-vue's popovers, modals, tooltips) ### MarkBind components ported from [MarkBind/vue-strap](https://github.com/MarkBind/vue-strap): @@ -50,8 +52,6 @@ Some custom components and directives are also added for MarkBind's use. ### BootstrapVue components included in the bundle - Modals -- Popover.vue -- Tooltip.vue ## Installation