Class: exports
exports
This component show an action creator and dispatch it to redux
The action prop must be something like this:
```javascript
{
"id":"streams",
"name":"My streams",
"creator":"myactions.send", // REQURIED, it must be registred
}
```