SampleDataLabel

This component will be used to add a label to a widget to show that it's being rendered using sample data

Installation

import { SampleDataLabel } from 'uxp/components';

Signature

const SampleDataLabel: React.FunctionComponent<ISampleDataLabelProps>

Examples

<SampleDataLabel
 show={true}
/>

Properties

Name
Type
Mandatory
Default Value
Example Value

show

boolean

No

-

-

Last updated