All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.switch.switch.cjs Maven / Gradle / Ivy

Go to download

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

The newest version!
'use strict';

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

const switchContext = require('./switch-context.cjs');
const switchControl = require('./switch-control.cjs');
const switchHiddenInput = require('./switch-hidden-input.cjs');
const switchLabel = require('./switch-label.cjs');
const switchRoot = require('./switch-root.cjs');
const switchRootProvider = require('./switch-root-provider.cjs');
const switchThumb = require('./switch-thumb.cjs');



exports.Context = switchContext.SwitchContext;
exports.Control = switchControl.SwitchControl;
exports.HiddenInput = switchHiddenInput.SwitchHiddenInput;
exports.Label = switchLabel.SwitchLabel;
exports.Root = switchRoot.SwitchRoot;
exports.RootProvider = switchRootProvider.SwitchRootProvider;
exports.Thumb = switchThumb.SwitchThumb;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy