Quick Start
Import the component you need from vue-material-3:
vue
<template>
<MdElevatedButton label="Get Started" />
</template>
<script setup>
import { MdElevatedButton } from 'vue-material-3';
</script>Most components are designed to be used directly in Vue templates and documented with interactive examples in Storybook.
Recommended Workflow
Use this docs site for setup, theming, and API reference. Use Storybook when you want to inspect states, variants, and component behavior.