Contributees / First-Ruby-Quest

Web app referencing ruby related open source issues suitable for a first contribution and/or junior developers (or any developpers!)
MIT License
1 stars 2 forks source link

Redo Show page with Tailwind #44

Closed ClaireDMT closed 3 months ago

ClaireDMT commented 4 months ago

What does this PR do?

Related issue

https://github.com/Contributees/First-Ruby-Quest/issues/32

Screenshots

image

remarks

I tried to use the same kind of configuration that bootstrap provides to style form by default. That was impossible as Tailwind generates the CSS/classes by scanning the HTML content . I f needed, we can use the Rails FormBuilder feature to build forms with specified classes or options. I think that is better than the small gem generation simple_form with tailwind