react-components
Here are 2,803 public repositories matching this topic...
-
Updated
Mar 3, 2021
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Feb 15, 2021 - JavaScript
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Mar 6, 2021 - TypeScript
hi.
in "react semantic ui" document
search placeholder API is not documented while is implemented for component
please add
tnx
-
Updated
Mar 7, 2021 - TypeScript
-
Updated
Mar 1, 2021 - TypeScript
-
Updated
Mar 1, 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
Mar 6, 2021 - TypeScript
-
Updated
Mar 7, 2021 - TypeScript
-
Updated
Dec 30, 2020 - TypeScript
-
Updated
Mar 1, 2021 - Ruby
🐛 Bug Report
Using "@react-spectrum/color": "^3.0.0-alpha.0".. It is failing on the typecheck for the onChange prop
🤔 Expected Behavior
😯 Current Beha
-
Updated
Mar 4, 2021 - JavaScript
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
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jan 7, 2021 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
Describe the bug
Given a message like {input, plural, other {# + #}}, one would expect both # placeholders getting replaced by the plural value. But only the first one is actually replaced.
To Reproduce
import { plural } from "@lingui/macro"
export default function App() {
const message = plural(5, {
other: '# + #
})
return <p>{message}</p>
}-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Feb 19, 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."
I have tried custom styleOverrides Autocomplete
but I see it to work on the sandbox
https://codesandbox.io/s/muiautocomplete-material-demo-forked-pv2ut?file=/index.js (apply both root and paper)
in my project with the same code