Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 1.72 KB

DropdownLight.mdx

File metadata and controls

112 lines (77 loc) · 1.72 KB

{/* 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.

Importing and usage

import DropdownLight from '@catho/quantum/DropdownLight';

API

Examples

Disabled

With Array Of String

Required

With Error

With HelperText

WithLabel

With Placeholder

With Skin

With Images

With a item selected