Skip to content
#

ui-components

Here are 2,210 public repositories matching this topic...

storybook
cmsbased
cmsbased commented Apr 21, 2021

What's the problem?

I have successfully customized my storybook with addon-themes and created the dark style for div with a .docs-story class.

I tried to style the "show code" button on the docs tab without luck via CSS in preview-head.html.

The problem is that there is no unique CSS class to scope (only dynamically generated classes):

<div class="css-11xgcgt">
<button c
vuetify
lrstanley
lrstanley commented Apr 14, 2021

Environment

Vuetify Version: 2.4.9
Vue Version: 2.6.12
Browsers: Chrome 89.0.4389.128
OS: Windows 10

Steps to reproduce

n/a -- see reproduction link. I am not sure if this used to work, this is the first time implementing direct imports vs including the entire mdi library.

Expected Behavior

mdiSvg icon to be sized correctly compared to the mdi-icon css imp

ng-zorro-antd
Airblader
Airblader commented Mar 10, 2021

What problem does this feature solve?

Since monaco-editor 0.22.0¹, the global monaco object is only defined if you add

window.MonacoEnvironment = { globalAPI: true };

It would be nice if ng-zorro had some hook to configure MonacoEnvironment (also for potential other use-cases) before monaco-editor is actually loaded. Also, the documentation for onLoad is now slightly inco

Rameshtm
Rameshtm commented May 29, 2017

Hi,

When I use multiple iframe in my web page with pNotify and do submit or a button click in the page, I am getting error "Uncaught TypeError: Cannot read property 'opener' of undefined" in at PNotify.position (pnotify.js:641).

I am getting this error when I am changing a iframe src in a text box change event and do submit the page. This is happening only in Chrome browser.
Please help me

Improve this page

Add a description, image, and links to the ui-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ui-components topic, visit your repo's landing page and select "manage topics."

Learn more