Skip to content

Vue

Import from the Vue entry point:

<script setup lang="ts">
import { NeoDisco } from "neodisco/vue";
</script>
<template>
<NeoDisco
:options="{
theme: 'ice',
tileRows: 24,
tileColumns: 46,
sparkle: 0.6
}"
/>
</template>

The Vue adapter watches options deeply and forwards changes to the shared renderer.