ui
Here are 1,802 public repositories matching this topic...
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
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-
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
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 5, 2020 - JavaScript
- 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
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
The DatePicker component is already created and it's functional, but it was written some time ago and it can be refactored (migrating from class-based to hooks). In order to achieve a good result, we also need a good test coverage.
Running storyb
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Nov 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ui topic, visit your repo's landing page and select "manage topics."

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__.isDisabledis true ([like we do here](https://github.com/facebook/react/b