0.1.12 • Published 11 months ago

lp-stimulus-components v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
11 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

11 months ago

0.1.11

11 months ago

0.1.12

11 months ago

0.1.0

1 year ago

0.1.9

12 months ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago