Vue.js List
Simple and customizable Vue.js list.
Dark mode on:
Standard:
Install:
Use:
Prop
Name | Type | Required | Description |
---|---|---|---|
content | Array | + | Arrays inside of another array with your content |
titles | Array | + | All your titles |
tableHeight | [String, Number] | - | Height of all your table |
columnsWidth | [String, Number] | - | Width of each column |
inputPlaceholder | String | - | Search input placeholder |
darkModeOn | Boolean | - | Dark mode |