Based on the Devise Bootstrapped gem (https://github.com/king601/devise-bootstrapped), this gem tries to give you a nicer place to start with your Devise-based views when using Tailwind CSS.
All you need to do is run rails g devise:views:tailwinded
instead of the normal devise:views.
If you want to switch back to the basic Devise views, just remove the devise views folder and run the normal Devise generator command.
Add this line to your application's Gemfile:
gem 'devise-tailwinded'
And then execute:
$ bundle
Or install it yourself as:
$ gem install devise-tailwinded
You will also need to have Tailwind CSS installed and set up in your application for this gem to have the desired effect.
Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Devise::Tailwinded project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.