Skip to content
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

Find DEMOs here!

Clone this wiki locally