The Wayback Machine - https://web.archive.org/web/20220806080537/https://github.com/topics/ui-components
Skip to content
#

ui-components

Here are 2,922 public repositories matching this topic...

storybook
ndelangen
ndelangen commented Jul 18, 2022

Hey friends!

If you're looking for a way to contribute to storybook's codebase, i might have a few small-ish tasks most people should be able to pick up!

We're in the process of migrating away from having custom scripts to prepare out packages for publishing to npm.
We've used babel and tsc to generate a modern, esm, and cjs output (in different directories.

We've picked a new

vuetify
Kasheftin
Kasheftin commented Apr 5, 2022

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

T: bug Functionality that does not work as intended/expected good first issue A quick-win fix that would be great for new contributors C: VMenu VMenu
react-native-elements
mitchdowney
mitchdowney commented Sep 4, 2021

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={
component: ButtonGroup Issue related to ButtonGroup Component Good First Issue accessibility A11y
ng-zorro-antd
manasa9595
manasa9595 commented May 27, 2022

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

📜 Doc help wanted Good First Issue Issues recommended for first-time contributor Component: Tag
Mittag-tech
Mittag-tech commented Aug 5, 2022

Overview

  • I want to update gradio.Radio with unselected status.
  • But, once selected, this status is not released even if gradio.Radio.update(value=None) is set.
  • To avoid this issue, I wrote like folowing code. If there is another way, let me know.

Code

#!/usr/bin/env python
# -*- coding: utf-8 -*-

import gradio

def main():
    with gradio.Blocks() as front_p
bug Something isn't working good first issue Good for newcomers

Improve this page

Add a description, image, and links to the ui-components topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more