Skip to content

Add storybook stories to TooltipOnTruncate

Miguel Rincon requested to merge 343977-tooltip-on-truncate-stories into master

Depends on !75020 (merged), let's get that merged first 👍

What does this MR do and why?

This change documents TooltipOnTruncate as a "vue_shared" component to ensure the tooltip-on-truncate stays easy to use. 5 new stories have been added.

  • Default
  • Short
  • Placement
  • Responsive
  • Live Updates
  • Truncate Target

Screenshots or screen recordings

Screen_Shot_2021-11-24_at_12.13.30_PM

How to set up and validate locally

On your local:

  1. yarn storybook:install
  2. yarn storybook:start
  3. Visit the storybook http://localhost:9002/?path=/story/vue-shared-components-tooltip-on-truncate-tooltip-on-truncate-vue--short

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #343977 (closed)

Edited by Miguel Rincon

Merge request reports