ClickHouse/click-ui

New component: Modal Dialog

Closed this issue · 0 comments

gjones commented

Summary

We need a modal dialog component for rendering content above the main window.

CleanShot 2023-08-03 at 12 17 00@2x

Recommended props

dismissOnClickOutside: boolean (if False, also hides the `x` icon button)
title: string
description: string (if empty then display:none)
children: ReactNode
button1: Button (primary)
button2: Button (secondary)
button3: Button (secondary)

Provided tokens