ui-components
Here are 1,954 public repositories matching this topic...
Semantic is a UI component framework based around useful principles from natural language.
-
Updated
Oct 15, 2020 - JavaScript
Environment
Vuetify Version: 2.3.5
Vue Version: 2.6.11
Browsers: Chrome 84.0.4147.89
OS: Mac OS 10.15.5
Steps to reproduce
Setup theme as Dark mode.
Try the example.
Only Hover list, and Transitions examples can see the affect.
Other examples looks bad in the dark mode.
Expected Behavior
Should show affects in the example.
Actual Behavior
Looks
The documentation of all components lists the props as well as their usage. It would be great if we arrange the props list alphabetically to make it easier to find the required props.
Just like the expo docs and others.
Proposed Fix
The docs are written using markdown and can be found [here](https://github.com/react-
Essential cross-platform UI components for React Native
-
Updated
Oct 20, 2020 - JavaScript
Build, distribute and collaborate on components.
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 20, 2020 - 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
Oct 20, 2020 - SCSS
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
-
Updated
Apr 6, 2020 - Swift
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
-
Updated
Sep 16, 2020 - Objective-C
This is frequently asked question about the cascader component. Adding a FAQ section would help more users who have the same problem.
React Native Calendar Components
-
Updated
Oct 13, 2020 - JavaScript
General IM UI components. Android/iOS/RectNative ready. 通用 IM 聊天 UI 组件,已经同时支持 Android/iOS/RN。
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 2, 2020 - Vue
React, React Native and Vue UI components for building data-driven apps with Elasticsearch
-
Updated
Oct 9, 2020 - JavaScript
🐛 Bug Report
Flexbox order prop does nothing when adding it to a child component of the <Flex> component. A workaround is to use `UNSAFE_style=
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
Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe
-
Updated
May 10, 2020 - JavaScript
weui for react
-
Updated
Aug 6, 2020 - JavaScript
使用XUI的APP产品信息收集
STPopup provides STPopupController, which works just like UINavigationController in popup style, for both iPhone and iPad. It's written in Objective-C and compatible with Swift.
-
Updated
Jun 4, 2019 - Objective-C
-
Updated
Sep 7, 2020 - Vue
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."



Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@defaulttag to describe the default valueHowever, nothing happens when I use the
@deprecatedtag.Describe the solution you'd like
Some ideas: