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