Skip to content

Generates nicer default views styled with Tailwind CSS so you have a bit of a better starting point for your app.

License

Notifications You must be signed in to change notification settings

esmale/devise-tailwinded

Repository files navigation

Devise::Tailwinded

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.

Installation

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.

Contributing

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.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Devise::Tailwinded project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

Generates nicer default views styled with Tailwind CSS so you have a bit of a better starting point for your app.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published