Switch input component for Enso UI.
Install the package:
yarn add @enso-ui/switch- exports
VueSwitchas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
<script setup>
import VueSwitch from '@enso-ui/switch./src/bulma/VueSwitch.vue';
</script>Public export available from src/bulma/VueSwitch.vue.
Props:
disabledreadonlymodelValue
Events:
update:modelValue
- No additional Enso UI dependencies.
are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!