--- id: Spinner section: components cssPrefix: pf-v6-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" ```