ui-components
Here are 2,758 public repositories matching this topic...
Semantic is a UI component framework based around useful principles from natural language.
-
Updated
Dec 22, 2021 - JavaScript
-
Updated
Apr 13, 2022 - TypeScript
The Overlay component currently fades in extremely fast and does not fade out. It would be nice if the developer could control the fade in and fade out time of the Overlay component.
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
-
Updated
Apr 13, 2022 - TypeScript
-
Updated
Apr 11, 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
The CSS design system that powers GitHub
-
Updated
Apr 13, 2022 - SCSS
-
Updated
Apr 13, 2022 - Svelte
𝙃𝙪𝙜𝙚 collection of Tailwind components, sections and templates
-
Updated
Apr 8, 2022 - HTML
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
-
Updated
Apr 5, 2022 - Swift
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
A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.
-
Updated
Apr 13, 2022 - TypeScript
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
React Native Calendar Components
-
Updated
Apr 13, 2022 - TypeScript
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
-
Updated
Jul 12, 2021 - Objective-C
Ready-to-use Tailwind CSS blocks.
-
Updated
Jan 14, 2022 - JavaScript
Following up on #2488
🙋 Feature Request
I want to determine what breakpoint (breakpoints?) are currently matched and I would prefer a way in React Spectrum to help me with this.
🤔 Expected Behavior
I should be able to use some function (a hook?) to get (and maybe receive updates) to matching breakpoints.
😯 Current Behavior
Right now I can get breakpoints from `useProvider
Create UIs for your machine learning model in Python in 3 minutes
-
Updated
Apr 13, 2022 - Python
A multi window layout manager for webapps
-
Updated
Apr 12, 2022 - JavaScript
General IM UI components. Android/iOS/RectNative ready. 通用 IM 聊天 UI 组件,已经同时支持 Android/iOS/RN。
-
Updated
Apr 9, 2022 - Java
Open source CSS framework for data visualization.
-
Updated
Dec 15, 2021 - HTML
-
Updated
May 27, 2021 - Vue
Search UI components for React and Vue: powered by appbase.io / Elasticsearch
-
Updated
Apr 13, 2022 - JavaScript
Node.js & Browser SDK & React UI components for Elasticsearch.
-
Updated
Apr 11, 2022 - TypeScript
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.