0.0.17 • Published 3 years ago

vue-js-list v0.0.17

Weekly downloads
-
License
-
Repository
github
Last release
3 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

3 years ago

0.0.17

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago