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';

Examples

<SampleDataLabel
 show={true}
/>

Properties

Name
Type
Description

show

boolean

show


type

boolean

Last updated