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

react-component

Here are 1,556 public repositories matching this topic...

gerardabello
gerardabello commented Jul 1, 2019

In the documentation for Editable input:

onChange - Function callback. Use this to call the onChange function of the parent. Returns an object where the key is the label and the value is the new value.

It is not clear what will happen if I don't provide a label. In 2.14 the onChange received the value instead of an object if no label was provided. I just upgraded to 2.17 and this behavior

nelreina
nelreina commented Jun 11, 2018

I like your project a lot. I've been using it for a couple of months now. Just the demo folder never felt natural for me.
Simplify the project by integrating storybook instead of the demo folder.

then users can create documentation of their components.

I think it will benefit all library authors for React/Preact/ vue/ even javascript.

[Storybook](https://git

jwheeler-gs
jwheeler-gs commented Jul 11, 2019

I've recently upgraded from a much older version of react-toastify which allowed for customizing the default background colors for success/warning/error toasts. There does not seem to be an equivalent option or way to customize these default colors in the latest version. If there is, I could not find it in the documentation.

Is this feature still available or is there another workaround to allo

prempalsingh
prempalsingh commented Nov 13, 2019

Starting React Native 0.60.0, fontWeight >=500 are no longer set to bold by default.
fontWeight either needs to be set at 700 or bold for the typeface to be set as bold.

Source - https://github.com/facebook/react-native/blob/3915c0fa6178fbb8aa9b8bd54881cfdbde8fde70/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactBaseTextShadowNode.java#L493

Happy to raise a PR and cha

wuweiweiwu
wuweiweiwu commented Mar 20, 2019

Is your feature request related to a problem? Please describe.

Move to typescript

Describe the solution you'd like

Move to typescript so we can autogenerate typescript definitions and make maintaining this library much easier

Describe alternatives you've considered

flow? ...ehhh it might be dead

Additional context

react-email-editor
MobeenAshraf
MobeenAshraf commented Mar 21, 2020

As per the documentation in this link, providing user object in unlayer's init method should enable 'User Saved Blocks` feature.

However, when providing user's object via options props like below, it should pass the user's object to init method.

<EmailEditor
 ref={editor => (this.editor = editor)}
 options = { 
     user: {  id: 
iqradada
iqradada commented Aug 21, 2019

Wanted to ask a few questions about features:

  • is there in-built tracking?
  • native mobile support?
  • is there a test runner like karma?
  • what audio types are supported?
  • are there thumbnail previews?
  • mirroring/ over-the-air support?
  • i18n?
  • VR?
  • what's the bundle/library size?
keul
keul commented Sep 7, 2018

After a refactoring I found that react-sizeme was not working properly anymore; my size.width was 0.

This was my original call (I don't think the HOC version is important): sizeMe()(App)

The issue in the end was the composition of my App component: before the code change the main element was a div, while after that div is wrapped inside the the style-components's `StyleSheetManager

thatneat
thatneat commented Apr 6, 2020

The README says that this package "supports also custom icons" but doesn't say how. It'd be great to have an example of how to do that in the README and the demo page.

Specifically I'd like to just render a custom SVG, which can be used with the same signature as your other icons. The usage pattern would be something like:

import { BaseIcon, TwitterIcon } from 'react-share';

const M

Improve this page

Add a description, image, and links to the react-component 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-component topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.