joyent-portal/packages/ui-toolkit/src/message/Readme.md

18 lines
441 B
Markdown
Raw Normal View History

2017-09-08 15:01:37 +03:00
## Success
```
<Message title="Choosing deployement data center" message="Not all data centres have all configurations of instances available. Make sure that you choose the data center that suits your requirements. Learn more"/>
```
## Error
```
<Message title="Choosing deployement data center" error message="Oh no"/>
```
## Warning
```
<Message title="Choosing deployement data center" warning message="There were some issues"/>
```