← Back to components
Modal
A modal dialog component for important interactions
Overlay
Created by Sarah Chen
4.7 rating
756 downloads
Preview
How to use
import { GrainModal } from "@/components/demos/grain-modal"
export default function MyComponent() {
return (
<div>
<GrainModal />
</div>
)
}
Note: Make sure you have the required dependencies installed and the necessary UI components imported in your project. The component uses Tailwind CSS for styling and may require additional setup based on your project configuration.