@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
25 lines (16 loc) • 351 B
Markdown
id: Context selector
section: components
propComponents: ['ContextSelector', 'ContextSelectorItem', 'ContextSelectorFooter']
ouia: true
## Examples
### Basic
```ts file="./ContextSelectorBasic.tsx"
```
### Plain with text
```ts file="./ContextSelectorPlainText.tsx"
```
### With footer
```ts file="./ContextSelectorWithFooter.tsx"
```