react-components
Here are 3,386 public repositories matching this topic...
Curated List of React Components & Libraries.
-
Updated
Apr 7, 2022
-
Updated
Apr 8, 2022 - TypeScript
React components for efficiently rendering large lists and tabular data
-
Updated
Mar 9, 2022 - JavaScript
Bootstrap components built with React
-
Updated
Apr 8, 2022 - TypeScript
React Native Components and APIs for the Web
-
Updated
Apr 3, 2022 - JavaScript
JavaScript Testing utilities for React
-
Updated
Mar 20, 2022 - JavaScript
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
-
Updated
Apr 8, 2022 - TypeScript
Steps
Add a checkbox inside a dropdown, either as header or item.
Expected Result
onClickfires
Actual Result
onClickdoesn't fire- also note the weird font
Version
0.74.1
Testcase
Essential UI blocks for building mobile web apps.
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Mar 17, 2022 - 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
Apr 7, 2022 - TypeScript
Following up on #2488
🙋 Feature Request
I want to determine what breakpoint (breakpoints?) are currently matched and I would prefer a way in React Spectrum to help me with this.
🤔 Expected Behavior
I should be able to use some function (a hook?) to get (and maybe receive updates) to matching breakpoints.
😯 Current Behavior
Right now I can get breakpoints from `useProvider
-
Updated
Apr 1, 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
Mar 31, 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
Apr 5, 2022 - JavaScript
Search UI components for React and Vue: powered by appbase.io / Elasticsearch
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Mar 2, 2021 - JavaScript
React components for Leaflet maps
-
Updated
Apr 2, 2022 - TypeScript
Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe
-
Updated
Mar 4, 2022 - JavaScript
-
Updated
Apr 5, 2022 - TypeScript
React carousel image gallery component with thumbnail support
-
Updated
Mar 29, 2022 - JavaScript
A design system for building modern websites and applications.
-
Updated
Apr 1, 2022 - TypeScript
Tourist Guide into your React Components
-
Updated
Mar 31, 2022 - TypeScript
A set of React components implementing flexboxgrid with the power of CSS Modules.
-
Updated
Mar 2, 2022 - JavaScript
weui for react
-
Updated
Aug 6, 2020 - 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
Summary💡
Emotion-js added a new feature 'insertionPoint' to createCache in this pull request and marked previous 'prepend' option as deprecated.
But Mui's next.js example uses prepend. [You can find It he