stimulus-hello-world
1.0.3 • Public • Published Stimulus Hello World Example
Usage
In your Terminal
yarn add stimulus-hello-world
within app/javascript/packs/application.js of your Rails app
import { Application } from 'stimulus'
const application = Application.start()
import HelloWorld from 'stimulus-hello-world'
application.register('hello-world', HelloWorld)
within your views
<div data-controller='hello-world'></div>
Keywords
noneInstall
npm i stimulus-hello-world
Weekly Downloads