-
This post walks through the process of adding a rating system to a Turbo powered single page application. The application in question was built up in a previous post. If you want to follow along with the post, you can grab the repo at the starting point or just read the pull request.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
The best way to style an SVG icon (which is one of the big advantages of the format, in my opinion) is to embed the SVG in the HTML document (render it inline with the rest of the HTML) and from there apply CSS styles as you might expect. There's a gem called inline_svg that we'll make use of to make that easier.
-
The next step in creating our star bar is the stars! We're going to use icons from the wonderful heroicons which is a suite of beautiful SVG icons from the makers of TailwindCSS.
-
The next step in creating our star bar is the stars! We're going to use icons from the wonderful heroicons which is a suite of beautiful SVG icons from the makers of TailwindCSS.
Related posts
-
6 luni de invatat html/css/js, I give up (front-end)
-
Level Up Your React Apps with Tailwind CSS: A Step-by-Step Guide
-
Why I Use Jekyll for Custom, Cost-Effective Web Development (And When It’s Not the Right Choice)
-
TailwindCSS & DaisyUI in the Shadow DOM
-
Tailwind CSS vs. Bootstrap: Which Framework is Better for Your Project?