react-components
Here are 3,131 public repositories matching this topic...
-
Updated
Oct 1, 2021
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Sep 23, 2021 - JavaScript
-
Updated
Sep 29, 2021 - JavaScript
hi.
in "react semantic ui" document
search placeholder API is not documented while is implemented for component
please add
tnx
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Oct 6, 2021 - JavaScript
<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.
Feature description
Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Oct 6, 2021 - TypeScript
🙋 Feature Request
Export out AsyncListOptions in react-stately to allow custom hook implementations to altar useAsyncList options via the parent
Is your feature request related to a problem? Please describe.
React custom hook for playing audios
Describe the solution you'd like
Something like this one: StackOverflow: Playing sound in React.js
Describe alternatives you've considered
N/A
Additional context
N/A
100% code coverage
-
Updated
Dec 30, 2020 - TypeScript
-
Updated
Sep 22, 2021 - Ruby
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Sep 28, 2021 - JavaScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 4, 2021 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Aug 21, 2021 - JavaScript
Improve this page
Add a description, image, and links to the react-components topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-components topic, visit your repo's landing page and select "manage topics."
Hey Guys,
There seems to be a bug when using theme values using sx props as a styling mechanism on Box Component.
To replicate try to change the background color of a box using sx={{bgcolor: "primary.main"}}, and this won't work. However the same line works correctly on other component like Paper.
I even forked the codesandbox demo for sx - props [here](https://codesandbox.io/s/c5uyy?file=/d