BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/eldoraui/features-01

features-01

eldoraui/features-01
FreeBlock

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.json

Source

registry/blocks/features-01/page.tsxeldoraui.site/r/features-01.json
1import { Eye, PackageSearch, Settings } from "lucide-react"
2
3import { Features } from "@/registry/blocks/features-01/components/features"
4import Section from "@/registry/blocks/features-01/components/section"
5
6const 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]
35
36export 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 <Section
41 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

  • motion/react
  • @radix-ui/react-accordion
  • lucide-react

Files it writes

  • registry/blocks/features-01/page.tsx
  • registry/blocks/features-01/components/features.tsx
  • registry/blocks/features-01/components/section.tsx

Facts

Registry
eldoraui
Type
registry:block
Access
Free
Files written
3
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

Docs on eldoraui eldoraui.site karthikmudunuri/eldoraui on GitHub Raw registry item This item as JSON

More from eldoraui

All 115 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
cta-01cta-01eldorauiBlocksFree2 deps · 2 files
cta-02cta-02eldorauiBlocksFree2 deps · 3 files
cta-03cta-03eldorauiBlocksFree1 dep · 3 files
footer-01footer-01eldorauiBlocksFree1 dep · 3 files
header-01header-01eldorauiBlocksFree3 deps · 5 files
header-02header-02eldorauiBlocksFree3 deps · 2 files
logo-cloud-01logo-cloud-01eldorauiBlocksFree1 dep · 2 files
logo-cloud-02logo-cloud-02eldorauiBlocksFreeno deps · 2 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex