Modal/Popup
A reusable modal component is a separate window in a web application that displays information or a confirmation box. Modals are a key component of most websites that display dynamic content and allow users to perform CRUD (Create, Read, Update, Delete) operations
Variants
Props
Props | Datatype | Values/Example |
---|---|---|
type | string | "primary" | "dark" | "danger" | "transparent" | "other" | "icon" |
isOpen | boolean | "true" | "false" |
title | string | "Cancel" |
zIndex | number | 1000 |
width | string | "35%" |