react-components
Here are 2,492 public repositories matching this topic...
-
Updated
Sep 2, 2020
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
Add a guide on how to setup Semantic-UI-React for use in Next.js Application
Problem description
While there is a guide on how to set it up in your react application, the guide isn't working on a Next.js Application, due to the different project-structure.
Proposed solution
Please add a new guide on how to set Semantic-UI-react up for a Next.js application (custom themeing would
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Sep 4, 2020 - 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
Sep 4, 2020 - TypeScript
-
Updated
Sep 3, 2020 - Ruby
-
Updated
Aug 31, 2020 - TypeScript
Examples
Opening this issue in case anyone wants to help. Recently, we've configured Storybook to import files from __examples__ folders inside Reakit component folders. This is how we're doing it:
Thos
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 12, 2020 - JavaScript
100% code coverage
The current code coverage is around 84%, it would be nice to have a 100% score and I'd love to have some help in doing so. Please feel free to open any PR.
🐛 Bug Report
I'm using the useButton hook in a project and experienced an error when the bundled javascript is included in the head of the page.
Uncaught TypeError: can't access property "addEventListener", document.body is null
🤔 Expected Behavior
Event setup side-effects happen when the component / hook is used.
😯 Current Behavior
Including useButton in the bund
-
Updated
May 10, 2020 - JavaScript
-
Updated
Aug 27, 2020 - JavaScript
This is a HactoberFest issue! Read the contest details for more info.
Before you begin
- Confirm that you're working on this issue so I can add
👩💻 assigned label. - Use
nextbr
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Aug 26, 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."


I'm not sure what the policy on css transitions is in this repo, but here's a suggestion.
I noticed that color transitions on the
StepIconcomponent are instantaneous, even though the entire component is quite animated and fluid. The StepIcon goes through several colors (default -> active -> completed), and I believe a simpletransition: color 300ms ease;already adds quite a bit more style