Skip to content

Commit

Permalink
Added Bootstrap Devise Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
dalezak committed Feb 1, 2022
1 parent d8a9157 commit 4e6ecbb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,14 +470,25 @@ _-or-_
<details>
<summary>Bootstrap Navbar & Layout</summary>

Add a Bootstrap 5 navbar and page layout, plus bunch of partials and helpers.
Add Bootstrap 5 navbar and page layout, plus bunch of partials and helpers.

[This template](https://railsbytes.com/templates/zmnsEn) updates the layout with navbar.
```console
rails app:template LOCATION='https://railsbytes.com/script/zmnsEn'
```
</details>

<details>
<summary>Bootstrap Devise Forms</summary>

Add Bootstrap 5 login and signup forms to your app.

[This template](https://railsbytes.com/templates/VeKsLE) adds devise-bootstrap5 gem.
```console
rails app:template LOCATION='https://railsbytes.com/script/VeKsLE'
```
</details>

## Project Configuration
Some handy project configurations to make your life simpler.

Expand Down

0 comments on commit 4e6ecbb

Please sign in to comment.