Consume and expose bootstrap-vue documentation
Currently we're displaying
BootstrapVue component
This component uses <b-tooltip> from BootstrapVue internally. So please take a look also there at their extensive documentation.
at the end of the Storybook Docs when the component is using BootstrapVue under the hood.
This has two problems:
- It can be overlooked
- They will soon be outdated, now that we're changing original BootstrapVue files
This is why we now want to include the docs from the vendored files and add them end of the Storybook Readmes.
Edited by Vanessa Otto