It is a Hotwired Stimulus controller used to toggle classes of the DOM elements.
Please, go to (https://davidjr82.github.io/stimulus-toggler/) to see the full documentation.
$ npm install stimulus-toggler
import { Controller } from '@hotwired/stimulus';
import Toggler from 'stimulus-toggler';
// ...
// Manually register `stimulus-toggler` as a stimulus controller
application.register('toggler', Toggler);
Please, go to (https://davidjr82.github.io/stimulus-toggler/) to see the full documentation.
This project is licensed under the MIT License.