A collapsible content component with smooth animations, built on Radix UI primitives and enhanced with Framer Motion for fluid transitions.
It works by analyzing your requirements, leveraging advanced AI algorithms to understand context, and executing tasks based on your instructions. It can integrate with your workflow, learn from feedback, and continuously improve its performance.
We implement enterprise-grade security measures including end-to-end encryption, secure data centers, and regular security audits. Your data is protected according to industry best practices and compliance standards.
Yes, we offer a 14-day free trial that gives you full access to all features. No credit card is required to start your trial, and you can upgrade or cancel at any time.
Installation
Usage
import {
Accordion,
AccordionContent,
AccordionItem,
AccordionTrigger,
} from "@/components/molecule-ui/accordion"
<Accordion className="w-full" type="multiple">
<AccordionItem value="item-1">
<AccordionTrigger>It is animated ?</AccordionTrigger>
<AccordionContent>
Yes, it is animated using motion
</AccordionContent>
</AccordionItem>
</Accordion>