Card layout with autoplay
"mljr-ui cut our UI development time in half. The clay design system looks stunning."
AM
Alice M.
CTO , Acme Corp
"The component API is incredibly intuitive. Our whole team was productive on day one."
BC
Bruno C.
Frontend Lead , StartupXYZ
"Dark mode support and Tailwind integration are flawless. Highly recommend."
CK
Chloe K.
Senior Engineer
Quote layout
“
The best UI library for Go I've ever used.
David P.
Indie hacker
“
Claymorphism done right — playful yet professional.
Eva R.
Designer
Usage
@display.TestimonialsCarousel(display.TestimonialsCarouselProps{
ShowDots: true,
ShowArrows: true,
Autoplay: true,
Layout: "card", // "card" | "quote" | "minimal"
Testimonials: []display.Testimonial{
{
Quote: "Best UI library for Go!",
Author: "Alice M.",
Role: "CTO",
Company: "Acme Corp",
Initials: "AM",
Rating: 5,
},
},
})