The Wayback Machine - https://web.archive.org/web/20200706032620/https://github.com/topics/react-components
Skip to content
#

react-components

Here are 2,363 public repositories matching this topic...

material-ui
patrickdevivo
patrickdevivo commented Mar 10, 2020

Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:

TODOs

The badge links to tickgit.com which is a free service that indexes and displays TODO comme

patrickgalbraith
patrickgalbraith commented Apr 8, 2020

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

chakra-ui
rebass
amaster507
amaster507 commented Apr 28, 2020

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

baseweb
LaurenReillyW2G
LaurenReillyW2G commented Jan 7, 2020

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

justin808
justin808 commented May 1, 2020

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.

reakit
george-dotdev
george-dotdev commented Feb 18, 2020

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

igibliss00
igibliss00 commented Dec 18, 2019

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

Pixelatex
Pixelatex commented Feb 3, 2020

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

avinashdvv
avinashdvv commented Aug 13, 2017

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

lucasecdb
lucasecdb commented Apr 26, 2020

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 { useL
zhaosheng808
zhaosheng808 commented Oct 10, 2019

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 ]

griffith
xiaoyuhen
xiaoyuhen commented Apr 2, 2019

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.