UNPKG

@patternfly/react-core

Version:

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

26 lines (20 loc) 367 B
--- id: Spinner section: components cssPrefix: pf-v6-c-spinner propComponents: ['Spinner'] --- import { Fragment } from 'react'; ## Examples ### Basic ```ts file="./SpinnerBasic.tsx" ``` ### Size variations ```ts file="./SpinnerSizeVariations.tsx" ``` ### Custom size ```ts file="./SpinnerCustomSize.tsx" ``` ### Inline size ```ts file="./SpinnerInline.tsx" ```