Stimulus is a JavaScript framework that is purposed to enhance your HTML. Stimulus will monitor your HTML and wait for its data-controller
attribute to be declared on an element. Thats when you controller JavaScript is connected and its methods triggered.