@breakaway/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
38 lines (25 loc) • 524 B
Markdown
id: Select
section: components
cssPrefix: pf-c-menu
propComponents: ['Select', SelectGroup, 'SelectOption', 'SelectList']
beta: true
ouia: true
import TimesIcon from '@patternfly/react-icons/dist/esm/icons/times-icon';
## Examples
### Single
```ts file="./SelectBasic.tsx"
```
### Grouped single
```ts file="./SelectGrouped.tsx"
```
### Checkbox
```ts file="./SelectCheckbox.tsx"
```
### Typeahead
```ts file="./SelectTypeahead.tsx"
```
### Multiple Typeahead
```ts file="./SelectMultiTypeahead.tsx"
```