UNPKG

@breakaway/react-core

Version:

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

55 lines (35 loc) 657 B
--- id: Radio section: components cssPrefix: pf-c-radio propComponents: ['Radio'] ouia: true --- ## Examples ### Controlled ```ts file="./RadioControlled.tsx" ``` ### Uncontrolled ```ts file="./RadioUncontrolled.tsx" ``` ### Reversed ```ts file="./RadioReversed.tsx" ``` ### Label wraps ```ts file="./RadioLabelWraps.tsx" ``` ### Disabled ```ts file="./RadioDisabled.tsx" ``` ### With description ```ts file="./RadioWithDescription.tsx" ``` ### With body ```ts file="./RadioWithBody.tsx" ``` ### With description and body ```ts file="./RadioWithDescriptionAndBody.tsx" ``` ### Standalone input ```ts file="./RadioStandaloneInput.tsx" ```