FormField
Installation
import { FormField } from 'uxp/components';Signature
const FormField: React.FunctionComponent<IFormFieldProps>Examples
<FormField inline>
<Label>Button (active)</Label>
<Button
title="Sample Button"
onClick={() => alert("clicked")}
icon="https://static.iviva.com/images/Adani_UXP/QR_badge_icon.svg"
active
/>
</FormField>TODO: More ExamplesProperties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated