@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
24 lines (19 loc) • 339 B
Markdown
id: Spinner
section: components
cssPrefix: pf-v5-c-spinner
propComponents: ['Spinner']
## Examples
### Basic
```ts file="./SpinnerBasic.tsx"
```
### Size variations
```ts file="./SpinnerSizeVariations.tsx"
```
### Custom size
```ts file="./SpinnerCustomSize.tsx"
```
### Inline size
```ts file="./SpinnerInline.tsx" isBeta
```