FontAwesomeIconWrapper
Installation
import { FontAwesomeIconWrapper } from 'uxp/components';Signature
const FontAwesomeIconWrapper: React.FunctionComponent<FontAwesomIconWrapperProps>Examples
<FontAwesomeIconWrapper
icon={['fal', 'bars']}
/><FontAwesomeIconWrapper
icon={['fal', 'bars']}
skeletonLoader={{
width: '100%',
height: '100%',
additionalStyle={{
borderRadius: '50%',
aspectRatio: '1'
}}
}}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated