react-components
Here are 2,377 public repositories matching this topic...
-
Updated
Jul 4, 2020
Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:
The badge links to tickgit.com which is a free service that indexes and displays TODO comme
Current behavior
Hello, I would simply like to request that the documentation for find() (https://enzymejs.github.io/enzyme/docs/api/ShallowWrapper/find.html) be updated to reflect its snapshot-nature. For example, in a situation where clicking a button updates state under the hood...
// some set up code goes here.
const deleteButton = wrapper.find('[data-enzyme-id
-
Updated
Jul 15, 2020 - JavaScript
Environment Information
- Package version(s): 7.105.11
- Node version: 12.16.0
- Browser and OS versions: n/a
Actual behavior:
The default option for tsconfig.json is for the target option to be set to esnext.
{
"compilerOptions": {
"target": "esnext",
...
}
}
Optional chaining was added in ES2020. So if your 'target' compile
It would be nice to have a "kitchen sink" page with all the components displayed, would make discovering the components easier instead of having to click each link in the navigation one by one.
-
Updated
Jul 13, 2020 - TypeScript
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Jul 17, 2020 - TypeScript
Feature description
I was reading through the i18n section of the documentation and it was not very clear how to use this and what kind of features it has. I think that the internationalization documentation should be updated.
A few specific things:
-Can it format data per language such as time, date, currency, pluralizations?
-How do you switch between languages, and when you switch d
-
Updated
Jul 14, 2020 - Ruby
-
Updated
Jun 27, 2020 - TypeScript
-
Updated
Jul 16, 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
Affected Projects
React
Is your feature request related to a problem? Please describe.
Was looking through the change log and the new documentation but could not find any reference to the deprecated DataController.
Describe the solution you'd like
Would be great to get some documentation on the recommended way to migrate from using DataController to not using it.
**Descr
-
Updated
Jul 16, 2020 - JavaScript
I'm currently using KeyboardAwareScrollView with react-native-google-places-autocomplete and only when the auto-complete component is within KeyboardAwareScrollView, the drop-down suggested addresses from Google does not respond to presses. When the aut0-complete component is without KeyboardAwareScrollView, the component works as expected.
The expected behavior is that when the sugge
-
Updated
Jul 17, 2020 - JavaScript
I really like this dashboard UI however when using mobile, I've noticed that the navbar does not collapse for the "navbar only" view
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Apr 11, 2020 - JavaScript
-
Updated
Jun 14, 2020 - JavaScript
Notice how the marks are not at all aligned. The effect gets less worse if you increase the size of the min and max values.
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 16, 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."


https://material-ui.com/components/menus/#simple-menu states:
How can this be changed via props? The page doesn't say. I went to the Menu API page, and I don't see anything simple like
open: 'below', or an offset.Developers have been struggling to figu