File: README.md

package info (click to toggle)
ruby-rails-assets-corejs-typeahead 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 308 kB
  • sloc: javascript: 5,224; sh: 39; ruby: 37; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# rails-assets-corejs-typeahead

> The Bower package inside a gem

This gem was automatically generated. You can visit [rails-assets.org](https://rails-assets.org) for more information.

## Usage

Add rails-assets source block to your `Gemfile`:

```ruby
source "https://rails-assets.org" do
  gem "rails-assets-corejs-typeahead"
end

```

Then, import the asset using Sprockets’ `require` directive:

```js
//= require "corejs-typeahead"
```