Evoke UI is a modern, flexible, and highly customizable component library built with TypeScript and Vite. It is designed to help developers create beautiful, responsive, and accessible user interfaces with minimal effort.
This pull request introduces a reusable Modal component to our application. The Modal component is designed to display content in a visually appealing and organized manner, with the ability to customize the header, content, and footer sections.
Features
Customizable Header: Allows setting a custom title or any other content for the modal's header.
Dynamic Content: Supports any form of content, making the modal highly flexible and adaptable to different use cases.
Customizable Footer: Provides options to include buttons or any other necessary controls in the modal's footer.
Cutomizable Modal close: Provides options to close modal via outside click or not.
[Feature] Pull Request Modal Component
Description
This pull request introduces a reusable
Modal
component to our application. TheModal
component is designed to display content in a visually appealing and organized manner, with the ability to customize the header, content, and footer sections.Features