Skip to content

A collection of production grade Vue.js audio interface components

License

Notifications You must be signed in to change notification settings

TobbenTM/acousti-kit

Repository files navigation

acousti-kit
A collection of production grade Vue.js audio interface components

Special Sponsor

Usage

<script setup>
import { Knob, Meter, Slider } from 'acousti-kit'

const volume = ref(100)
</script>

<template>
  <main>
    <Knob v-model="volume" />
    <Slider v-model="volume" />
    <Meter :value="volume" />
  </main>
</template>

Refer to the documentation for more details.

📦 Install

yarn add acousti-kit

About

A collection of production grade Vue.js audio interface components

Resources

License

Stars

Watchers

Forks

Packages

No packages published