It is fully functional, but there are some things that need to be worked on.
For example,
Better colors for respective colorschemes.
Making AppConfirmationModal as extensible as possible. So far, it can take in modalTitle, modalInfo, and modalPrompt, but I'm working towards making it accept an options object that will describe the buttons' texts, handlers, and styles.
May want to double check the AppConfirmationModal semantics and SCSS as that was written out in CodePen.
This is currently being worked on in #21.
It is fully functional, but there are some things that need to be worked on. For example,
AppConfirmationModal
as extensible as possible. So far, it can take inmodalTitle
,modalInfo
, andmodalPrompt
, but I'm working towards making it accept an options object that will describe the buttons' texts, handlers, and styles.AppConfirmationModal
semantics and SCSS as that was written out in CodePen.