floating-side-button.tsx

src/components/floating-side-button.tsx
'use client'
import { useState } from 'react'
import {
Dialog,
DialogBackdrop,
DialogPanel,
DialogTitle,
} from '@headlessui/react'
import { Icon } from '@/components/icon'
import { SideSection } from '@/components/side-section'
import bars2Icon from '@iconify/icons-heroicons/bars-2-20-solid'
import xMarkIcon from '@iconify/icons-heroicons/x-mark-20-solid'
export function FloatingSideButton() {
const [isOpen, setIsOpen] = useState(false)
return (
<>
<button

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