UNPKG

uiv

Version:

Bootstrap 3 components implemented by Vue.

14 lines (12 loc) 250 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', };