mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
docs(alert): fix readme
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# ion-alert
|
# ion-alert
|
||||||
|
|
||||||
An Alert is a dialog that presents users with information or collects information from the user using inputs. An alert appears on top of the app's content, and must be manually dismissed by the user before they can resume interaction with the app. It can also optionally have a `title`, `subTitle` and `message`.
|
An Alert is a dialog that presents users with information or collects information from the user using inputs. An alert appears on top of the app's content, and must be manually dismissed by the user before they can resume interaction with the app. It can also optionally have a `header`, `subHeader` and `message`.
|
||||||
|
|
||||||
|
|
||||||
### Creating
|
### Creating
|
||||||
|
|||||||
Reference in New Issue
Block a user