amhsirak / chic-ui

Opinionated UI Component Library for React
https://chic-ui.vercel.app/
MIT License
56 stars 32 forks source link

Add modal component #156

Open vansu99 opened 1 year ago

vansu99 commented 1 year ago

Hi @karishmashuklaa , can I implement the modal component ?

amhsirak commented 1 year ago

@vansu99 Hi. Could you tell me more about what do you have in mind? We have a drawer component - https://chic-ui.vercel.app/docs/components/drawer but no modal component yet.

vansu99 commented 1 year ago

@karishmashuklaa Sorry, I'm busy. We should use a Drawer component when we need to display content next to or from the bottom of the main interface, and a Modal component is suitable when we need to present an interactive dialog on top of the main interface to request user input or show detailed information.

amhsirak commented 1 year ago

@vansu99 that makes sense. You can work on it whenever you feel like.