Back to integrations
Add your integration
Categories
  • ⭐️ Popular
  • 🧩 Essentials
  • 🛠 Code
  • ⚡️ Data & state
  • ✅ Test
  • 💅 Style
  • 🎨 Design
  • ⚙️ Appearance
  • 🗄 Organize
How to install addons Create an addon
storybook-addon-vuetify
Storybook AddOn Vuetify-1
npm install storybook-addon-vuetify
Last updated 6 months ago
1
Downloads per week
Readme View on GitHub

storybook-addon-vuetify 1.*

Storybook's Vuetify Addon

Install

yarn add -D storybook-addon-vuetify

Usage

Add storybook-addon-vuetify addon to .storybook/main.js

module.exports = {
  addons: [
    'storybook-addon-vuetify'
  ]
}

Add vueitfy decorator to .storybook/preview.js

import { withVuetify } from 'storybook-addon-vuetify/dist/decorators'

export const decorators = [
  withVuetify
]

License

License under MIT

Join the community
6,611 developers and counting
WhyWhy StorybookComponent-driven UI
DocsGuidesTutorialsChangelogTelemetryStatus
CommunityAddonsGet involvedBlog
ShowcaseExploreProjectsComponent glossary
Open source software
Storybook

Maintained by
Chromatic
Special thanks to Netlify and CircleCI