ClickHouse / click-ui

The home of the ClickHouse design system and component library.

Home Page:https://click-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New component: Modal Dialog

gjones opened this issue · comments

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