react-components
Here are 2,363 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
The problem
Adding keyboardType="numeric" to TextInput breaks the custom validation on Firefox and allows letters to be typed.
How to reproduce
<!
Bug Report
Steps
- Go to documentation for Ribbon type labels
- Click the CodeSandbox link in the top-right corner of the examples segment
- When the checkmark appears, click it to be taken to CodeSandbox
- When CodeSandbox loads, notice that the URLs for the
tags have doubled the URL prefix so they are: `<Im
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
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
https://mobile.ant.design/kitchen-sink/components/calendar?lang=en-US#calendar-demo-0
Steps to reproduce
0
What is exp
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.
The docs on rebassjs.org are pretty slim when it comes to using forms and the props that are accepted and what they do.
I was able to use inputs and checkboxes without too much effort but wanted to use a Switch in an instance instead of a checkbox. A switch is a ON|OFF Component so it would make sense that in the DOM it would use a checkbox and allow handlers with OnChange but that is not wha
We've got quite a few standardized labels configured in our GitHub but no documentation on which labels to use and when.
We should add a "Labeling Issues" section to our CONTRIBUTING.md so this informational is accessible to people.
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
https://github.com/shakacode/react_on_rails/blob/master/docs/basics/recommended-project-structure.md
Instead, let's consider recommending leaving package.json and node_modules at the top-level...
There are no big advantages of having this be inside of the /client directory and there are a few additional bits of unnecessary complexity.
@ashgaliyev please add to this discussion.
Shared user guide
@mweststrate With 6.0 out now (
import Link from "next/link";
const MyLink = React.forwardRef((props, ref) => {
const { as, href, ...rest } = props;
return (
<Link href={href} as={as}>
<a ref={ref} {...rest} />
</Link>
);
});
function App() {
return (
<Nav>
<Nav.Item componentClass={MyLink}>link</Nav.Item>
</Nav>
);
}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 3, 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 3, 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
So I'm trying to implement direct debit payments and oh boy, what a mess this has been. It's nigh impossible to find coherent docs on how this should work. There is an IbanElement component in this package but I can't find any example on how this should work, the API,...
Even simple stuff like supportedCountries=['SEPA'] I had to find out by following the error messages.
Can you guys please
react 15.6.1
react-flexbox-grid": "^1.1.4"
and i am using create-react-app
I hosted my website on Heroku
in Heroku class names of row and col changing to "flexboxgrid__col-sm-12___1e5Uk flexboxgrid__col-md-6___5OSyJ" something like this, so CSS is not applying to the dom
Describe the bug
This is an issue I encountered while migrating from the 3.0.0-5 version to 3.0.0-11. I probably have to use make-plural somewhere in my app, but I don't know where because the migration docs didn't mention it.
To Reproduce
Steps to reproduce the behavior, possibly with minimal code sample, e.g:
import { plural } from '@lingui/macro'
import { useLHi!
https://github.com/OpusCapitaBES/js-react-showroom-client
It allows to write documentation in markdown and run all docs in sandbox with code examples.
It often useful to have possibility to play with components at web page before use it in
Description
版本
"element-react": "^1.4.33",
"element-theme-default": "^1.4.13",
Dialog,Message,Message box 组件会自动关闭 但是在IE浏览器下不会自动关闭
Dialog 对话框 设置 弹框关闭
this.state = {
dialogVisible: false
};
(可直接将官网在ie11浏览器打开测试https://elemefe.github.io/element-react/#/zh-CN/message-box 点击关闭无效)
在IE下 第一次不会关闭(背景蒙版消失了,但是弹框还在),需要再点击一次才会关闭
在EDGE浏览器关闭但是会闪一下!
这个bug 和 [#891 ]
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
Jun 17, 2020 - JavaScript
Griffith Roadmap: April - October 2019
Roadmap Overview
This roadmap is meant to give our team and users clarity over our priorities over the next 6 months. It's meant more as a set of guidelines than as a strict set of tasks we are bound to finish. We may adjust over this period depending on changing needs and feedback from our users.
At a high-level, we're going to be focusing on
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