react-components
Here are 2,449 public repositories matching this topic...
-
Updated
Aug 9, 2020
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Aug 15, 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
Aug 18, 2020 - TypeScript
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Aug 16, 2020 - TypeScript
The combobox example at the top of the page is a bit misleading. It seems broken because no filtering is being done in the example code.
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 13, 2020 - Ruby
-
Updated
Jul 28, 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
Aug 12, 2020 - JavaScript
-
Updated
Aug 17, 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
It may be a Documentation problem.
🤔 Expected Behavior
Fix ref is optional or Fix useSwitch documentation.
😯 Current Behavior
ref is required. But, the documentation does not do so.
🔦 Context
Inside code, ref is required
https://github.com/adobe/react-spectrum/blob/586e5484d5fa854164c50651b2d6c8853113e9da/packages/%40react-aria/switch/src/useSwitch.ts#L
-
Updated
May 10, 2020 - JavaScript
-
Updated
Aug 4, 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
Aug 7, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Aug 17, 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."


When creating a
TextFieldwithmultiline="true",variant="filled"andhiddenLabel="true", there is still a top padding being applied to theTextFieldwhere the label would go.