@paintless/vue
v0.1.0
Published
Vue binding for the Paintless widget
Maintainers
Readme
@paintless/vue
The Paintless widget as a Vue component.
<script setup>
import { Paintless } from '@paintless/vue'
</script>
<template>
<Paintless :api="{ url: 'https://paintless.example.com', key: 'pk_live_...' }" />
</template>A thin mounting layer over @paintless/widget — every option behaves identically
across the bindings.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
