react-components
Here are 3,242 public repositories matching this topic...
-
Updated
Nov 30, 2021
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Dec 29, 2021 - TypeScript
-
Updated
Dec 31, 2021 - JavaScript
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Dec 31, 2021 - TypeScript
hi.
in "react semantic ui" document
search placeholder API is not documented while is implemented for component
please add
tnx
-
Updated
Dec 30, 2021 - TypeScript
-
Updated
Oct 31, 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
Dec 30, 2021 - TypeScript
🐛 Bug Report
A multiple selection TableView with a few columns but no items. renderEmptyState is set to render an IllustratedMessage.
With your debugger console open, using the keyboard navigate to the
-
Updated
Dec 23, 2021 - TypeScript
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, 2021 - Ruby
-
Updated
Dec 30, 2020 - TypeScript
-
Updated
Nov 4, 2021 - JavaScript
-
Updated
Dec 31, 2021 - JavaScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Dec 29, 2021 - TypeScript
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Dec 17, 2021 - TypeScript
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 4, 2021 - JavaScript
-
Updated
Dec 28, 2021 - TypeScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Dec 2, 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."
Duplicates
Latest version
Current behavior😯
The text inside of a button with
size="small"is not centered vertically. This is especially obvious when used with an icon or a contained/outlined button.Expected behavior🤔
The text inside of a button with
size="small"is centered vertically.