Sha256: 4b660f8d45208e48f24f8b838ffe40f1f179fdeb2ba1e6f500af1a6e43b3dff4
Contents?: true
Size: 403 Bytes
Versions: 24
Compression:
Stored size: 403 Bytes
Contents
import { Alert, Popover } from 'tailwindcss-stimulus-components' import { Application } from '@hotwired/stimulus' const application = Application.start() // Configure Stimulus development experience application.debug = false window.Stimulus = application // Register stimulus-components controller application.register('alert', Alert) application.register('popover', Popover) export { application }
Version data entries
24 entries across 24 versions & 1 rubygems