@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
8 lines (7 loc) • 440 B
JavaScript
export { default as Context } from './switch-context.vue.js';
export { default as Control } from './switch-control.vue.js';
export { default as HiddenInput } from './switch-hidden-input.vue.js';
export { default as Label } from './switch-label.vue.js';
export { default as RootProvider } from './switch-root-provider.vue.js';
export { default as Root } from './switch-root.vue.js';
export { default as Thumb } from './switch-thumb.vue.js';