yastyle
v1.2.1
Published
Set of Stimulus components to import into your application
Downloads
2
Readme
Yastyle
Set of Stimulus components to be used in your application.
Currently supporting:
- Flash
- Clipboard
- Slideshow
- Utilities
- Toggle-class
Installation
- Make sure Stimulus is installed in your application
- Import
controllers
in your application. See Stimulus instructions
Getting started
- Make sure Parcel is installed
- run
parcel index.html
from your terminal to compile changes - Visit
http://localhost:1234
to view the docs - New components must live under
controllers
folder