vue-tables-2
Version:
Vue.js 2 grid components
45 lines (44 loc) • 1.04 kB
JavaScript
module.exports = function () {
return {
framework: 'bulma',
table: 'table is-bordered is-striped is-hoverable is-fullwidth',
row: 'columns',
td: '',
column: 'column is-12',
label: 'label',
input: 'input',
select: 'select',
field: 'field',
inline: 'is-horizontal',
right: 'is-pulled-right',
left: 'is-pulled-left',
center: 'has-text-centered',
contentCenter: 'is-centered',
icon: 'icon',
small: 'is-small',
nomargin: 'marginless',
button: 'button',
groupTr: 'is-selected',
dropdown: {
container: 'dropdown',
trigger: 'dropdown-trigger',
menu: 'dropdown-menu',
content: 'dropdown-content',
item: 'dropdown-item',
caret: 'fa fa-angle-down'
},
pagination: {
nav: 'has-text-centered',
count: '',
wrapper: 'pagination',
list: 'pagination-list',
item: '',
link: 'pagination-link',
next: '',
prev: '',
active: 'is-current',
disabled: ''
}
};
};
;