-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
docs(modal): add demo for modal window with one tooltip and one popover in the body of the modal #3871
Conversation
anchor: 'modal-with-popups', | ||
component: require('!!raw-loader?lang=typescript!./demos/modal-with-popups/modal-with-popups.ts'), | ||
html: require('!!raw-loader?lang=markup!./demos/modal-with-popups/modal-with-popups.html'), | ||
description: `<p>Add other components to modal window (<code>popover</code> and <code>tooltip</code> in this case)</p>`, |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## development #3871 +/- ##
===============================================
- Coverage 72.25% 72.21% -0.05%
===============================================
Files 252 252
Lines 8237 8237
Branches 1565 1565
===============================================
- Hits 5952 5948 -4
- Misses 1865 1867 +2
- Partials 420 422 +2
Continue to review full report at Codecov.
|
@YevheniiaMazur please don't check this pr, while development isn't fixed |
I've changed buttons_page_spec.ts to run tests (only add missing bracket ) |
@YevheniiaMazur updated my branch. this pr could be checked. |
Needs to fix conflicting files |
@svetoldo4444ka , please, update related to this PR issue |
@svetoldo4444ka , please, use special words, described in GIT documentation for linking issue to PR |
@YevheniiaMazur fixed |
@YevheniiaMazur @IlyaSurmay @EvilAlexei |
… into docs-add-demo-modal-with-popover-tooltip
Tested, looks good |
The demo for modal window was added with:
in the body of the modal ( as an example) .
You can see it in
Modal window with tooltip and popover
sectioncloses #3817