0.1.12 • Published 9 months ago

lp-stimulus-components v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

lp-stimulus-components

Stimulus components for Ruby on Rails projects.

Contributing

Local Workflow

Run $ yarn start to serve index.js on port 4000

In a Rails application, use import maps to pin lp-stimulus-components to http://localhost:4000/index.js:

# config/importmap.rb
pin "lp-stimulus-components", to: "http://localhost:4000/index.js"

Import and use functions provided by lp-stimulus-components in the JavaScript files for your Rails app

// application.js
import { helloWorld } from 'lp-stimulus-components'
0.1.10

9 months ago

0.1.11

9 months ago

0.1.12

9 months ago

0.1.0

10 months ago

0.1.9

10 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago