Auto
Auto
Light
Light
Dark
Dark
Expressive
Expressive
Standard
Standard
- Accepts classes that are based on
Button
import { Button } from '@vollowx/seele/base/button.js';
import {
ButtonToggleMixin
} from '@vollowx/seele/base/mixins/button-toggle-mixin.js';
class Some extends ButtonToggleMixin(Button) {}
It is useful when the button and toggle button look identical in your design
system.
Events
| name |
description |
change |
detail is the new boolean value |
Properties
Methods
| signature |
description |
_toggle() -> void |
Toggles checked and dispatches change; override to customise |