@pantograph/vue
v0.34.4
Published
<p align="center"> <img src="./public/logo.svg" alt="Pantograph Logo" width="160" /> </p>
Readme
@pantograph/vue
Pantograph's Vue 3 component library, built with TypeScript and token-based design. Ready to use in your apps with light/dark token switching and simple, consistent APIs.
Install
npm i @pantograph/vueQuick usage
<script setup>
import { Button } from '@pantograph/vue'
import '@pantograph/styles'
</script>
<template>
<Button>Click me</Button>
</template>Documentation
For full documentation and live examples, visit the Pantograph docs:
- Docs: Introduction & Stories
