Skip to content

Add dropdown component to storybook

Jonathan Adeline requested to merge storybook-dropdown into develop

What is in this MR

  • It is adding the dropdown UI components to our storybook elements collection

How to test this MR

  • Checkout this branch and nun storybook by running yarn run storybook in the frontend container.
  • Open http://localhost:6006 in your browser and browse to Form Elements > Drowpdown from the left sidebar.
  • Check the default dropdown storie and the other one demonstrating a multiple selection.

Merge Request Checklist

  • changelog.md has been updated if required.
  • New/updated Premium/Enterprise features are separated correctly in the premium or enterprise folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Merge request reports