Skip to content

Commit

Permalink
Add importmaps instructions to README.md (#244)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

---------

Co-authored-by: Chris Oliver <excid3@gmail.com>
  • Loading branch information
smarquez1 and excid3 authored Jun 17, 2024
1 parent 37438bd commit 79f6650
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ or
npm install tailwindcss-stimulus-components
```

or use with Rails importmaps:

```bash
bin/importmap pin tailwindcss-stimulus-components
```

## Basic Usage

First, you'll want to initialize StimulusJS and then you can import all the TailwindCSS components.
Expand Down

0 comments on commit 79f6650

Please sign in to comment.