ui
Here are 7,020 public repositories matching this topic...
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 @default
tag to describe the default value
However, nothing happens when I use the @deprecated
tag.
Describe the solution you'd like
Some ideas:
- It would be nice i
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Nov 8, 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
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 19, 2020 - TypeScript
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-
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Sep 25, 2020 - Swift
Environment
- Package version(s): @blueprintjs/[email protected] @blueprintjs/[email protected]
- Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108
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
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 7, 2020 - JavaScript
The toolbar icons overflow badly on iPhone
Screenshots:
Device, Browser, OS:
iPhone 11, iOS 14
Editor.js version:
Plugins you use with their versions:
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Nov 9, 2020 - TypeScript
Is there any way to implement horizontal radio button group?
-
Updated
Apr 1, 2020 - TypeScript
-
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
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__.isDisabled
is true ([like we do here](https://github.com/facebook/react/b