Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ Whichever files you pin will need to be added to `config.assets.precompile`:
Rails.application.config.assets.precompile += %w(bootstrap.min.js popper.js)
```

Add Bootstrap dependencies and Bootstrap to your `application.js`:

```js
import "@popperjs/core"
import "bootstrap"
```

#### Sprockets

Add Bootstrap dependencies and Bootstrap to your `application.js`:
Expand Down