Skip to content

chore(GlButton): cleanup stories

Paul Gascou-Vaillancourt requested to merge fix-button-stories into main

What does this MR do?

This fixes a few issues in button stories:

  • Properly close DIVs for dropdown buttons.
  • Ensure props are properly generated for the DropdownIconTextButton story.
  • Properly key v-for loop.
  • Add aria-label where needed.

Merge request reports