🔥🔥🔥 FIRE SALE - Get SAAS TEMPLATE AT $12 ONLY


Docs
Features

Features

These components are used to build the features section of the website.

Get Started Effortlessly

Three simple steps to bring your ideas to life

    1. Choose Your Component

    Select the component that best suits your needs from Eldora UI's versatile collection, designed to simplify and enhance your development process.

    2. Add Utility Helpers

    Enhance functionality by incorporating utility helpers that align with the selected component, ensuring seamless integration and customization.

    3. Copy and Paste the Code

    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!

Installation

AccordionItem Props

Prop NameTypeDefaultDescription
childrenReact.ReactNode-The content to be displayed inside the accordion item.
classNamestring-Additional CSS classes to style the accordion item.
...propsAccordion.AccordionItemProps-Props inherited from Radix UI's AccordionItem.

AccordionTrigger Props

Prop NameTypeDefaultDescription
childrenReact.ReactNode-The trigger content (e.g., title or heading) for the accordion item.
classNamestring-Additional CSS classes for styling the trigger.
...propsAccordion.AccordionTriggerProps-Props inherited from Radix UI's AccordionTrigger.

AccordionContent Props

Prop NameTypeDefaultDescription
childrenReact.ReactNode-The content to be displayed within the accordion.
classNamestring-Additional CSS classes for styling the accordion content.
...propsAccordion.AccordionContentProps-Props inherited from Radix UI's AccordionContent.

FeaturesDataProps (Used in Features)

Prop NameTypeDefaultDescription
idnumber-Unique identifier for each feature item.
titlestring-The title of the feature.
contentstring-The description or content of the feature.
imagestring (optional)-URL of the image for the feature.
videostring (optional)-URL of the video for the feature.
iconReact.ReactNode (optional)-Icon or visual representation for the feature.

Features Props

Prop NameTypeDefaultDescription
collapseDelaynumber5000Time (in milliseconds) to auto-collapse an accordion item.
ltrbooleanfalseDefines if the layout should switch to left-to-right.
linePosition"left" | "right" | "top" | "bottom""left"Specifies the position of the progress line indicator.
dataFeaturesDataProps[][]Array of feature objects containing title, content, image, video, etc.