1. vue-tably

vue-tably

Tably

Dynamic Vue.js component to create tabs for Materialize CSS.

Installation

Install the Tably package:

 npm install vue-tably

Install Materialize CSS:

 npm install materialize-css@next

Usage

mount with component

 import tably from 'vue-tably'

components: {
  tably
}
<template>
  <div id="app">
    <tably></tably>
  </div>
</template>

add in html

 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

License

MIT