-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Alerts
AlexanderBoriskin edited this page Aug 1, 2018
·
6 revisions
Alerts support success, danger, warning and info types.
<vuestic-alert type="info" :withCloseBtn="true">
<span class="badge badge-pill badge-info">INFO</span>
This is alert content.
</vuestic-alert>Props
-
type- String (default: 'success') - type of alert -
withCloseBtn- Boolean (default: 'false') - defines necessity to add close button to alert or no