UNPKG

stimulus_reflex

Version:

Build reactive applications with the Rails tooling you already know and love.

6 lines (4 loc) 110 B
import { Controller } from '@hotwired/stimulus' export default class extends Controller { connect () { } }