https://github.com/twbs/bootstrap/issues/36391
Step 2 ofThis PR contains
Newstackblitz
option for the example shortcode- Rename
js_snippet
tostackblitz_add_js
option for the example shortcode in order to identify easily what's related to StackBlitz - Rewrite the example shortcode's documentation and reorder the options
Hide the StackBlitz edit button of the first Popover example and usedata-bs-title
instead oftitle
for the other Popover examples as discussed in https://github.com/twbs/bootstrap/pull/36127#discussion_r864266702-
⚠ Usedata-bs-title
instead oftitle
for the Tooltip and Popover examples
Live previews
Popovers
- Live Demo.
- Custom popovers: popover's title is now displayed in StackBlitz but without the custom style (will be handled in another PR in step 3).
- Dismiss on next click
Tooltips
- Tooltips on links
- Custom tooltips: displayed in StackBlitz but without the custom style (will be handled in another PR in step 3).