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

ui

Here are 7,020 public repositories matching this topic...

Sinsstranger
Sinsstranger commented Oct 28, 2020

The crash is likely being caused by some third party code (possibly a browser extension) injecting a partial DevTools hook into the page. (See below comments for more information.)

We can't prevent this but Fast Refresh could more gracefully handle this case by checking to see if window. __REACT_DEVTOOLS_GLOBAL_HOOK__.isDisabled is true ([like we do here](https://github.com/facebook/react/b

storybook
vuetify
ViggoV
ViggoV commented Nov 21, 2019

Environment

Question

Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c

Enissay
Enissay commented Oct 29, 2020

Is your feature request related to a problem? Please describe.
When opening a slack page details and trying to stop it (fast enough), by the time you click on the stop button a new button shows up and pushes the whole layout to the right causing you to click on the wrong button.

Describe the solution you'd like
Would you please improve the user experience by moving optional buttons to

reactstrap
copiali
copiali commented Oct 22, 2019
  • components: progress
  • reactstrap version #8.1.1

Issue1.

What is happening?

When value is greater than 100 (or less than 0), width will become greater than 100%(or negative).
https://github.com/reactstrap/reactstrap/blob/8.1.1/src/Progress.js#L68

What should be happening?

Think we should set the max-width to be 100%. And fallback width to 0 if value is negative.

Iss

Improve this page

Add a description, image, and links to the ui 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.