{{ type.toUpperCase() }}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
```
--------------------------------
### Basic Switch Component Usage (Vue)
Source: https://design.holistics.dev/components/switch
Demonstrates the basic implementation of the HSwitch component from the @holistics/design-system library. It shows how to bind the switch state using v-model and includes an example of a disabled switch. Requires Vue 3 and the design system library.
```vue