accordion.tsx

src/components/accordion.tsx
'use client'
import React from 'react'
import { clsx } from 'clsx'
import { Heading } from '@/components/heading'
import {
Disclosure,
DisclosureButton,
DisclosurePanel,
} from '@headlessui/react'
import chevronDownIcon from '@iconify/icons-heroicons/chevron-down'
import { Icon } from '@/components/icon'
import { motion } from 'framer-motion'
interface AccordionProps {
headingText?: string
children?: React.ReactNode
className?: string
}

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC