ContactSupportButton
The ContactSupportButton
component is a button that opens a dialog with support contact information.
Usage
import ContactSupportButton from "@/components/buttons/ContactSupportButton";
function SupportPage() {
return (
<div>
<h1>Need Help?</h1>
<ContactSupportButton />
</div>
);
}
Props
This component doesn't accept any props.
Functionality
- Displays a "Contact Support" button
- Opens a dialog with support contact information when clicked
- Integrates with the application's configuration for support details
Customization
The component uses Tailwind CSS and shadcn/ui components for styling. You can customize the appearance by modifying the CSS classes or updating the Tailwind configuration.