UNPKG

@breakaway/react-core

Version:

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

20 lines (16 loc) 275 B
--- id: Spinner section: components cssPrefix: pf-c-spinner propComponents: ['Spinner'] --- ## Examples ### Basic ```ts file="./SpinnerBasic.tsx" ``` ### Size variations ```ts file="./SpinnerSizeVariations.tsx" ``` ### Custom size ```ts file="./SpinnerCustomSize.tsx" ```