UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

36 lines (22 loc) 454 B
--- id: Form select section: components subsection: forms cssPrefix: pf-v6-c-form-control propComponents: ['FormSelect', 'FormSelectOption', 'FormSelectOptionGroup'] ouia: true --- import { useState } from 'react'; ## Examples ### Basic ```ts file='./FormSelectBasic.tsx' ``` ### Validated ```ts file='./FormSelectValidated.tsx' ``` ### Disabled ```ts file='./FormSelectDisabled.tsx' ``` ### Grouped ```ts file='./FormSelectGrouped.tsx' ```