ui-components
Here are 2,533 public repositories matching this topic...
-
Updated
Sep 5, 2021 - JavaScript
-
Updated
Nov 28, 2021 - TypeScript
-
Updated
Nov 22, 2021 - TypeScript
-
Updated
Nov 26, 2021 - TypeScript
-
Updated
Nov 27, 2021 - JavaScript
Marko Version: 4.18.4
Details
I use some facebook markup that I let facebook parse from DOM:
<fb:login-button
auto-logout-link="false"
button-type="continue_with"
size="large"
scope="public_profile,email"
use-continue-as="true">
</fb:login-button>
In my onMount I then let the facebook API do it's thing with th
-
Updated
Nov 29, 2021 - SCSS
-
Updated
Jul 12, 2021 - Swift
What problem does this feature solve?
Is it possible to turn off the animation, or change the animation on the form control explanation's animation that occurs here?: https://github.com/NG-ZORRO/ng-zorro-antd/blob/f80a5bbd5755477c63c5d73929bcdfd0d07f2dfd/components/form/form-control.component.ts#L60
The animation that causes the form control explanation doesn't fit in sometimes with the app
-
Updated
Nov 19, 2021 - TypeScript
-
Updated
Jul 12, 2021 - Objective-C
This function solves the problem (这个功能解决的问题)
Improve functions and enhance user experience
Expected API (期望的 API)
1.Turn on numerical animation
2.add Countdown module
-
Updated
Nov 28, 2021 - Vue
-
Updated
Aug 23, 2021 - JavaScript
I need to use combobox for "allowsCustomValue", So I need to trigger event whenever a ENTER key is pressed (not on input change/ selection change) & check the TextEdit value at the time of enter & run command accordingly.
OnSelectionChange/ OnInputChange wont be helpful in this case as we have a requirement to trigger event with custom TextEditValue on pressing Enter.
-
Updated
Sep 21, 2021 - Java
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
May 27, 2021 - Vue
-
Updated
Aug 21, 2021 - HTML
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Nov 23, 2021 - TypeScript
-
Updated
Nov 27, 2021 - Python
-
Updated
Oct 13, 2021 - JavaScript
Improve this page
Add a description, image, and links to the ui-components topic page so that developers can more easily learn about it.
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."


Describe the bug
In Firefox, the zoom feature uses
transformstyles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixedwhen in the "Docs" view.Normally a
position: fixedelement's position would correspond to the viewport but in Firefox it corresponds to the element with thetransformstyle.