react-components
Here are 3,573 public repositories matching this topic...
-
Updated
Jul 4, 2022
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jul 2, 2022 - JavaScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jul 6, 2022 - TypeScript
Steps
Add a checkbox inside a dropdown, either as header or item.
Expected Result
onClick
fires
Actual Result
onClick
doesn't fire- also note the weird font
Version
0.74.1
Testcase
-
Updated
Jul 6, 2022 - TypeScript
<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
Jun 3, 2022 - JavaScript
-
Updated
Jul 6, 2022 - TypeScript
🐛 Bug Report
In my next.js where I'm adding in React Spectrum, I placed the <Provider/>
in my /pages/_app.tsx
:
<SSRProvider>
<Provider>
{/* ... */}
</Provider>
</SSRProvider>
-
Updated
Jul 6, 2022 - TypeScript
Discussed in antonioru/beautiful-react-hooks#377
Originally posted by antonioru June 28, 2022
The correct way to import hooks from this library is:
import useSomething from 'beautfiul-react-hooks/useSomething';
but I've noticed quite often people just go with the ES6 named imports like (prob
100% code coverage
-
Updated
Jul 6, 2022 - Ruby
-
Updated
Dec 30, 2020 - TypeScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Jun 25, 2022 - TypeScript
-
Updated
Mar 4, 2022 - JavaScript
Describe the bug
The output PO file has comments with a leading period:
#. Your free trial will end on August 6th and will not renew.
#: src/components/routes/billing/Status/Status.tsx:56
msgid "and will not renew."
msgstr ""
To Reproduce
Steps to reproduce the behavior, possibly with minimal code sample, e.g:
import { t } from "@lingui/macro"
cons
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jun 27, 2022 - TypeScript
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Jul 6, 2022 - CSS
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."
Duplicates
Latest version
Current behavior😯
When I augment
IconButton
with new colors:and then try to use these colors:
<