features-01
eldoraui/features-01FreeBlock
Features section with accordion and image carousel.
Live preview
live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://eldoraui.site/r/features-01.jsonSource
1import { Eye, PackageSearch, Settings } from "lucide-react"23import { Features } from "@/registry/blocks/features-01/components/features"4import Section from "@/registry/blocks/features-01/components/section"56const data = [7 {8 id: 1,9 title: "1. Choose Your Component",10 content:11 "Select the component that best suits your needs from Eldora UI's versatile collection, designed to simplify and enhance your development process.",12 image:13 "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/block-preview-dark.png",14 icon: <PackageSearch className="text-primary size-6" />,15 },16 {17 id: 2,18 title: "2. Add Utility Helpers",19 content:20 "Enhance functionality by incorporating utility helpers that align with the selected component, ensuring seamless integration and customization.",21 image:22 "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/block-preview-dark.png",23 icon: <Settings className="text-primary size-6" />,24 },25 {26 id: 3,27 title: "3. Copy and Paste the Code",28 content:29 "Simply copy and paste the provided code into your project, making the process quick and hassle-free. You're now ready to see the magic in action!",30 image:31 "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/block-preview-dark.png",32 icon: <Eye className="text-primary size-6" />,33 },34]3536export default function Testimonals02Page() {37 return (38 <div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">39 <div className="w-full max-w-full">40 <Section41 title="Get Started Effortlessly"42 subtitle="Three simple steps to bring your ideas to life"43 >44 <Features data={data} />45 </Section>46 </div>47 </div>48 )49}
What it pulls in
npm packages
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| cta-01cta-01 | eldoraui | Blocks | Free | 2 deps · 2 files | |
| cta-02cta-02 | eldoraui | Blocks | Free | 2 deps · 3 files | |
| cta-03cta-03 | eldoraui | Blocks | Free | 1 dep · 3 files | |
| footer-01footer-01 | eldoraui | Blocks | Free | 1 dep · 3 files | |
| header-01header-01 | eldoraui | Blocks | Free | 3 deps · 5 files | |
| header-02header-02 | eldoraui | Blocks | Free | 3 deps · 2 files | |
| logo-cloud-01logo-cloud-01 | eldoraui | Blocks | Free | 1 dep · 2 files | |
| logo-cloud-02logo-cloud-02 | eldoraui | Blocks | Free | no deps · 2 files |
