{/* Generated with scripts/create-componnent.js */} import { Meta, Canvas, Story, ArgsTable } from '@storybook/addon-docs'; import DropdownLight from '../../components/DropdownLight';
import { Header } from '../shared';
import { Default, Disabled, WithArrayOfString, WithError, Required, WithHelperText, WithLabel, WithPlaceholder, WithSkin, WithImages, SelectedItemControlled } from './DropdownLight.stories.jsx';
import EvaluationForm from '../../stories/shared/EvaluationForm'
A Dropdown receives user input, allowing them to select one from several options.import DropdownLight from '@catho/quantum/DropdownLight';