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

react-library

Here are 76 public repositories matching this topic...

macrozone
macrozone commented Nov 11, 2019

If you just want to replace one field (e.g. replace the ListField with a custom one for all schemas), you need to reimplement the whole AutoField.

It would probably easier, if you could pass a getFieldComponent to a AutoForm, which would hook into here: https://github.com/vazco/uniforms/blob/master/packages/uniforms-material/src/AutoField.tsx#L24 and would take props and could return a Comp

didrip
didrip commented Apr 16, 2019

Describe the bug

Steps are layed out evenly, regardless of position prop value (position = width / number of steps).

To Reproduce
render steps by mapping over an array, ex :

const steps =
[
	{ id: 1,	percentage: 10,		src: 'image1.svg',	scale: 2 },
	{ id: 2,	percentage: 25,		src: 'image2.svg',	scale: 0.5 },
	{ id: 3,	percentage: 26,		src: 'image3.svg',	scale: 0.3 

Improve this page

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

Learn more

You can’t perform that action at this time.