Alert components are non-overlay elements in the page that does not disappear automatically.
1
<Alert title="KubeSphere">
2
Kubesphere.io is an upstream project of the KubeSphere container management platform.
There are 4 types of Alert: success, info, warning, error.
1
<Group direction="row" grow>
2
<Alert title="KubeSphere">
3
Kubesphere.io is an upstream project of the KubeSphere container management platform.
5
<Alert title="KubeSphere" type="warning">
6
Kubesphere.io is an upstream project of the KubeSphere container management platform.
8
<Alert title="KubeSphere" type="error">
9
Kubesphere.io is an upstream project of the KubeSphere container management platform.
11
<Alert title="KubeSphere" type="info">
12
Kubesphere.io is an upstream project of the KubeSphere container management platform.
A relevant icon will make information clearer and more friendly.
2
Kubesphere.io is an upstream project of the KubeSphere container management platform.
To show close button.
1
<Alert title="KubeSphere" type="info" closable>
2
Kubesphere.io is an upstream project of the KubeSphere container management platform.