-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Alerts
georgeMuraveiAlkh edited this page Oct 24, 2017
·
6 revisions
Allerts 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>
type: String -- ( default: 'success') Use
type="info"
to set info type of allert
withCloseBtn: Boolean -- ( default: 'false' ) Use:withCloseBtn="true"
to add close button to allert