jaxn / vuetify-theme-preview

A Vue component based on the Vuetify Theme Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuetify-theme-preview

A Vue component based on the Vuetify Theme Generator

This is useful for testing standard vuetify components while create custom themes.

usage

<template>
  <vuetify-theme-preview></vuetify-theme-preview>
</template>

<script >
  import VuetifyThemePreview from 'vuetify-theme-preview'

  export default {
    data () {
      return {}
    },
    components: {
      VuetifyThemePreview
    }
  }
</script>

About

A Vue component based on the Vuetify Theme Generator


Languages

Language:Vue 85.1%Language:JavaScript 14.9%