# SpaceworxDescriptionTag

This gives a pre defined component to used in configuration panels where we need to explain what is spaceworx is

## Installation

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

## Signature

```tsx
const SpaceworxDescriptionTag: React.FunctionComponent<ISpaceworxDescriptionTagProps>
```

## Examples

```tsx
<SpaceworxDescriptionTag />
```

## Properties

| Name      | Type                | Mandatory | Default Value | Example Value |
| --------- | ------------------- | --------- | ------------- | ------------- |
| className | string              | No        | -             | -             |
| styles    | React.CSSProperties | No        | -             | -             |

## Related Types

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