FormField
Installation
import {FormField} from 'uxp/components';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
Description
inline
type
className
type
backgroundColor
type
Last updated