This might be a duplicate for
But it looks like there's already a generic modal/Dialog here:
|
export function Dialog({ open, onClose, size = 'lg', className, children, ...props }) { |
What are these catalyst components for?
I noticed these after I made the other Modal component (165)..