WidgetWrapper

This is a standard wrapper for widgets. It provides basic visual styling for common widgets. You should generally wrap all your widgets in this.

Installation

import {WidgetWrapper} from 'uxp/components';

Examples

<WidgetWrapper>
 <Label>My custom widget</Label>
</WidgetWrapper>

Properties

Name
Type
Description

className

string

Any extra css class names to add to the widget wrapper

className


Any extra css class names to add to the widget wrapper

type

string

Last updated