Sha256: 4d1a83a2030a1d9b5a2006f8d91c6dcce6d38dec1ec32c20abdef412ab4f56c2

Contents?: true

Size: 448 Bytes

Versions: 62

Compression:

Stored size: 448 Bytes

Contents

// Visit The Stimulus Handbook for more details 
// https://stimulusjs.org/handbook/introduction
// 
// This example controller works with specially annotated HTML like:
//
// <div data-controller="hello">
//   <h1 data-target="hello.output"></h1>
// </div>

import { Controller } from "stimulus"

export default class extends Controller {
  static targets = [ "output" ]

  connect() {
    this.outputTarget.textContent = 'Hello, Stimulus!'
  }
}

Version data entries

62 entries across 62 versions & 4 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/webpacker-5.4.4/lib/install/examples/stimulus/controllers/hello_controller.js
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/webpacker-5.4.4/lib/install/examples/stimulus/controllers/hello_controller.js
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/webpacker-5.4.4/lib/install/examples/stimulus/controllers/hello_controller.js
jetpacker-0.7.0 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.4.4 lib/install/examples/stimulus/controllers/hello_controller.js
jetpacker-0.6.0 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.4.3 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.4.2 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.4.1 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.4.0 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.3.0 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.2.2 lib/install/examples/stimulus/controllers/hello_controller.js
jetpacker-0.5.0 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.2.1 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-4.3.0 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.2.0 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.1.1 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.1.0 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.0.1 lib/install/examples/stimulus/controllers/hello_controller.js
webpacker-5.0.0 lib/install/examples/stimulus/controllers/hello_controller.js