Horizon UI Boilerplate - Default
Tailwind CSS Rating Component
Quick way to make show off your app's rating. Also comes up with an light/dark mode depending on your color scheme.
page.tsx
import Ratings from '@/components/testimonials/Ratings';
<Ratings
dark
stats="Used by 80,000+ users monthly"
rating="4.9"
stars={5}
/>