0.1.7 • Published 4 years ago

vue-tably v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago