Skip to content

API Reference

This section is the home for public component API documentation.

Imports

Components are exported from the package entry:

js
import { MdElevatedButton, MdOutlinedTextField } from 'vue-material-3';

Documentation Plan

For each component, document:

  • Import name
  • Props
  • Events
  • Slots
  • CSS classes or tokens that are intended to be customized
  • Related Storybook examples

Storybook should remain the source for interactive variants. VitePress should hold the stable written API contract.