ui-components
Here are 2,807 public repositories matching this topic...
-
Updated
Dec 22, 2021 - JavaScript
-
Updated
May 12, 2022 - TypeScript
-
Updated
May 14, 2022 - 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
May 13, 2022 - SCSS
-
Updated
May 11, 2022 - Svelte
-
Updated
Apr 14, 2022 - HTML
-
Updated
May 15, 2022 - TypeScript
https://vuestic.epicmax.co/admin/ui/notifications
Alert can't be closed because it has not modelValue.
Need to make similar demo like in docs https://vuestic.dev/en/ui-elements/alert#closeable
See this discussion: epicmaxco/vuestic-ui#1626
-
Updated
Apr 28, 2022 - 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
May 11, 2022 - TypeScript
-
Updated
Jul 12, 2021 - Objective-C
-
Updated
Jan 14, 2022 - JavaScript
Hello There;
Testing some/most/all of the demos would be quite a nice QA testing before the launch, any support is honestly welcomed :)
Please mark any of the demos you test, and you can report any issues you have with naming like #1233 and it will be tracked within this issue.
You could find many gradio examples within demos and get to know about Gradio as well
The idea is to test t
🐛 Bug Report
In my next.js where I'm adding in React Spectrum, I placed the <Provider/> in my /pages/_app.tsx:
<SSRProvider>
<Provider>
{/* ... */}
</Provider>
</SSRProvider>-
Updated
May 13, 2022 - JavaScript
-
Updated
Apr 28, 2022 - Java
-
Updated
Dec 15, 2021 - HTML
-
Updated
May 27, 2021 - Vue
-
Updated
May 14, 2022 - JavaScript
-
Updated
May 13, 2022 - TypeScript
-
Updated
May 10, 2022 - TypeScript
使用XUI的APP产品信息收集
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
The
validateArgsmethod inlib/router/src/utils.tsis usingVALIDATION_REGEXP,NUMBER_REGEXP,HEX_REGEXPorCOLOR_REGEXPpattern to determine whether thestringvalue is validated or not, but any string which not match those pattern (like something with+prefix or some character that is not in Alphabet) will not be validated and be dropped in future actions.