vue-js-list

0.0.17 • Public • Published

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

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

Dependents (0)

Package Sidebar

Install

npm i vue-js-list

Weekly Downloads

10

Version

0.0.17

License

none

Unpacked Size

41.8 kB

Total Files

6

Last publish

Collaborators

  • lukenoutte