stimulus-search icon indicating copy to clipboard operation
stimulus-search copied to clipboard

Search autocomplete with Stimulus JS.

Stimulus Search

This is a search autocomplete example created with Stimulus and Rails 7.

Autocomplete GIF

Installation

Clone the repository:

git clone [email protected]:mrhead/stimulus-search.git

Setup the application:

cd stimulus-search
./bin/setup

Start the webserver and esbuild watch process:

./bin/dev

Go to http://localhost:3000/.

Testing

Run:

rails javascript:build
rails test
rails test:system