# SampleDataLabel

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

## Installation

```tsx
import { SampleDataLabel } from 'uxp/components';
```

## Signature

```tsx
const SampleDataLabel: React.FunctionComponent<ISampleDataLabelProps>
```

## Examples

```tsx
<SampleDataLabel
 show={true}
/>
```

## Properties

| Name | Type    | Mandatory | Default Value | Example Value |
| ---- | ------- | --------- | ------------- | ------------- |
| show | boolean | No        | -             | -             |

## Related Types

* [ISampleDataLabelProps](https://help.iviva.com/uxp/v5/additional-resources/types/isampledatalabelprops)
