-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Kuwait Theme - Completion Pop up variant #2642
Conversation
…pp-builder into feature-kw-pop-up-component-variant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @FaithDaka, looks good. It could be worth updating the PR description with something like the following:
Adds variant functionality to pop-ups, where the named variant is passed in at the point of launching the pop-up. Currently only one variant is implemented, specifically for the
plh_kids_kw
theme.
@@ -2,6 +2,7 @@ | |||
class="popup-backdrop" | |||
(click)="dismissOnBackdrop($event)" | |||
[attr.data-fullscreen]="props.fullscreen ? true : null" | |||
[attr.data-variant]="props.variant ? props.variant : null" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit(non-blocking) This could be simplified to props.variant || null
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Checklist
Description
A new variant for the pop_up component that can be used as the completion modal.
Author Notes
variant:
plh_completion
Git Issues
Closes #2635
Screenshots