Skip to content

fabriciobonjorno/flashes_toasts

 
 

Repository files navigation

FLASHES AND TOASTS WITH TURBO_STREAM

Implement Bootstrap flashes and Toasts with turbo_stream.

  1. In action
  2. Sack
  3. Quickstart

1. In action

flashes_toasts

2. Stack

  • Rails 7
  • esbuild
  • Bootstrap 5
  • Stimulus

3. Quick Start

  1. Install Rails 7
gem install rails
  1. Clone
[email protected]:ThibautBaissac/flashes_toasts.git
  1. Bundle & yarn install
bundle
yarn install
  1. Run rails db commands
rails db:create
rails db:migrate
  1. Start Rails server
./bin/dev

About

Rails notices: flashes and toasts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.1%
  • HTML 25.0%
  • JavaScript 3.5%
  • SCSS 3.0%
  • Shell 0.4%