react-components
Here are 3,248 public repositories matching this topic...
Curated List of React Components & Libraries.
-
Updated
Jan 4, 2022
-
Updated
Jan 6, 2022 - TypeScript
React components for efficiently rendering large lists and tabular data
-
Updated
Dec 14, 2021 - JavaScript
Bootstrap components built with React
-
Updated
Jan 5, 2022 - JavaScript
JavaScript Testing utilities for React
-
Updated
Jan 2, 2022 - JavaScript
React Native Components and APIs for the Web
-
Updated
Jan 3, 2022 - JavaScript
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
-
Updated
Jan 6, 2022 - TypeScript
hi.
in "react semantic ui" document
search placeholder API is not documented while is implemented for component
please add
tnx
Fluent and powerful mobile component library based on React.
-
Updated
Jan 6, 2022 - 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
Jan 6, 2022 - TypeScript
There are some props that aren't used by stately in ComboBoxProps, which can be confusing for users to know where to pass props: to useComboBoxState or useComboBox.
For example:
should move to Aria specific props (and also be included in the Spe
-
Updated
Jan 4, 2022 - 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
Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
-
Updated
Jan 6, 2022 - Ruby
React bindings for MobX
-
Updated
Dec 30, 2020 - TypeScript
A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
-
Updated
Nov 4, 2021 - JavaScript
Search UI components for React and Vue: powered by appbase.io / Elasticsearch
-
Updated
Jan 5, 2022 - JavaScript
-
Updated
Mar 2, 2021 - JavaScript
React components for Leaflet maps
-
Updated
Jan 5, 2022 - TypeScript
Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Jan 4, 2022 - TypeScript
React carousel image gallery component with thumbnail support
-
Updated
Oct 5, 2021 - JavaScript
A set of React components implementing flexboxgrid with the power of CSS Modules.
-
Updated
Oct 4, 2021 - JavaScript
Tourist Guide into your React Components
-
Updated
Dec 28, 2021 - TypeScript
weui for react
-
Updated
Aug 6, 2020 - JavaScript
Element UI
-
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.