0.0.17 • Published 4 years ago

vue-js-list v0.0.17

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

npm version npm

Vue.js List

Live demo here

Dark mode on:

list-dark

Standard:

list-standard

Install:

npm install vue-js-list

Use:

<template>
  <v-list :content="arrayOfContent" :titles="arrayOfTitles"/>
</template>

<script>
import VList from 'vue-js-list';
export default {
  data(){
    arrayOfContent: [ ["content1", "content2"], ["content3", "content4"], ],
    arrayOfTitles: ["title1", "title2"]
  },
  components: {
    VList,
  }
}
</script>

Prop

NameTypeRequiredDescription
contentArray+Arrays inside of another array with your content
titlesArray+All your titles
tableHeightString, Number-Height of all your table
columnsWidthString, Number-Width of each column
inputPlaceholderString-Search input placeholder
darkModeOnBoolean-Dark mode
0.0.16

4 years ago

0.0.17

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago