Skip to content
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

Extra classes in option outerClass #32

Merged
merged 4 commits into from
Jan 10, 2024

Conversation

tung13041996
Copy link
Member

This PR resolves this issue: #31

@tung13041996 tung13041996 added the enhancement New feature or request label Jan 8, 2024
@tung13041996 tung13041996 self-assigned this Jan 8, 2024
@tung13041996 tung13041996 linked an issue Jan 8, 2024 that may be closed by this pull request
Copy link
Member

@phucbm phucbm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also update the docs with the new changes about outerClass.

@tung13041996
Copy link
Member Author

@phucbm
I updated it.

@@ -10,7 +10,7 @@
| `mobileBreakpoint` | number | `768` | Activate mobile layout when the screen size is <=768px |
| `closeButtonInnerText` | string | `svg/icon` | Custom `innerText` of the close button |
| `triggerSelector` | CSS selector | `""` | Click on this trigger will also toggle the popup |
| `outerClass` | string | `""` | Extra class to popup outer `.easy-popup` |
| `outerClass` | string | `""` | Extra classes to popup outer `.easy-popup` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this sentence:

Use white space for multiple classes, e.g. "class1 class2".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated. Can you check it again? Thanks.

@phucbm phucbm merged commit 6fb67bc into staging Jan 10, 2024
@phucbm phucbm deleted the extra-classes-with-option-outerclass branch January 10, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extra classes with option "outerClass"
2 participants