UNPKG

vue-uiv

Version:

Bootstrap 3 components implemented by Vue 2.

14 lines (12 loc) 246 B
export const TYPES = { SUCCESS: 'success', INFO: 'info', DANGER: 'danger', WARNING: 'warning' } export const PLACEMENTS = { TOP_LEFT: 'top-left', TOP_RIGHT: 'top-right', BOTTOM_LEFT: 'bottom-left', BOTTOM_RIGHT: 'bottom-right' }