# label

(*optional)*

The label of your component. If not label is specified, then last part of `name` will be used when component is dropped into Designer. If your component name is `appmixer.twitter.statuses.CreateTweet` then `CreateTweet` will be name of the component unless you specify `label` property. This allows you to use spaces as opposed to the `name` property.&#x20;

```
{ "label": "Create Tweet" }
```
