ui-components
Here are 2,890 public repositories matching this topic...
Environment
Vuetify Version: 2.6.4
Vue Version: 2.6.13
Browsers: Chrome 98.0.4758.102
OS: Linux x86_64
Steps to reproduce
- Click on "Dropdown" button, the menu is shown under the button;
- Click on "Toggle Menu" twice;
- Click on "Dropdown" button, the menu is shown somewhere at the left;
Expected Behavior
It should work in a stable way. Menu should be
Semantic is a UI component framework based around useful principles from natural language.
-
Updated
Dec 22, 2021 - JavaScript
Is your feature request related to a problem? Please Describe.
Add accessibilityHint and accessibilityLabel support to ButtonGroup buttons. Currently when I try to pass in a custom button component like this to the ButtonGroup buttons prop:
const buttons = [
(
<Text
accessibilityHint={translate('ARIA HINT - Tap to search by podcast title')}
accessibilityLabel={
What problem does this feature solve?
Sonar issue as per https://sonarqube.sgp.dbs.com:8443/coding_rules?open=Web%3ABoldAndItalicTagsCheck&rule_key=Web%3ABoldAndItalicTagsCheck
What does the proposed API look like?
Please replace the article to use tag instead of for the icons which reduces developer effort to fix sonarqube issues post code scan.<!-- generated by ng-zorro-issue
React Native Calendar Components
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 9, 2022 - TypeScript
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
-
Updated
Jul 7, 2022 - TypeScript
𝙃𝙪𝙜𝙚 collection of Tailwind components, sections and templates
-
Updated
Jul 7, 2022 - HTML
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
The CSS design system that powers GitHub
-
Updated
Jul 6, 2022 - SCSS
A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.
-
Updated
Jul 9, 2022 - TypeScript
General IM UI components. Android/iOS/RectNative ready. 通用 IM 聊天 UI 组件,已经同时支持 Android/iOS/RN。
-
Updated
Jul 7, 2022 - Java
-
Updated
May 27, 2021 - Vue
-
Updated
Jul 8, 2022 - TypeScript
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
-
Updated
Apr 28, 2022 - Swift
-
Updated
Jul 9, 2022 - JavaScript
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
使用XUI的APP产品信息收集
Ready-to-use Tailwind CSS blocks.
-
Updated
Jan 14, 2022 - JavaScript
A declarative, HTML-based language that makes building web apps fun
-
Updated
Jun 29, 2022 - JavaScript
Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe
-
Updated
Mar 4, 2022 - JavaScript
The Most Complete React UI Component Library
-
Updated
Jul 9, 2022 - CSS
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
🐛 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>weui for react
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Jul 9, 2022 - Svelte
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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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.