Skip to content

App

This is a global component controller on body for common actions and global connect.

Source

Example

js
import { Controller, useStimulus } from '../composables/stimulus.js'

useStimulus.register('x-app', class extends Controller {
    // YOUR GLOBAL METHODS
})

Released under the MIT License.