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

21 lines
530 B
Markdown
Raw Normal View History

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