For general installation and configuration take a look at the v-core-components package.
<!-- App.vue --> <script> import { DBSwitch } from "@db-ux/v-core-components"; </script> <template> <DBSwitch>Switch</DBSwitch> </template>