<p>This website requires JavaScript to deliver the best possible experience.</p>

Extension

Switcher

Extendsswitcher elementand give it the drag feature

Basic

Getting Started

Installation

You can install accordion as part of all blexar's extensions

npm install @baianat/base.extensions
# or using yarn
yarn add @baianat/base.extensions

If you want the standalone version

npm install @baianat/switcher
# or using yarn
yarn add @baianat/switcher

Include necessary files

<body>
  ...
  <script type="text/javascript" src="dist/js/switcher.js"></script>
</body>
ModifierDescriptionClass
Sizechanges the element size based on font-size

.is-tiny

.is-small

.is-normal

.is-large

.is-massive

Disabledindicates that a switcher is disabled, equivalent to `switcher[disabled]`.is-disabled