react-library
Here are 76 public repositories matching this topic...
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
-
Updated
May 21, 2020 - TypeScript
-
Updated
Aug 29, 2019 - JavaScript
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 Now that we are using storybook enviroment to help us develop our components. We must create stories to document all components. Follow the guide in the CONTRIBUTING.md to write the stories.
Components
- ActionMenu
- Alert
- AutocompleteInput
- Box
- Button
- ButtonGroup
- ButtonPlain
- ButtonWithIcon
- Card
- Checkbox
- CheckboxGroup
-
Updated
May 9, 2020 - TypeScript
-
Updated
Apr 16, 2019 - JavaScript
-
Updated
Nov 20, 2018
-
Updated
Sep 20, 2018 - TypeScript
-
Updated
May 22, 2020 - JavaScript
-
Updated
Apr 11, 2018 - JavaScript
-
Updated
Oct 9, 2019 - Java
-
Updated
Mar 22, 2018 - JavaScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
May 14, 2019 - JavaScript
-
Updated
May 6, 2020 - JavaScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
Apr 30, 2019 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jan 26, 2019 - JavaScript
-
Updated
Mar 30, 2020 - JavaScript
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Aug 26, 2017 - JavaScript
-
Updated
Feb 8, 2019 - JavaScript
-
Updated
May 22, 2020 - TypeScript
-
Updated
Apr 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the react-library topic page so that developers can more easily learn about it.
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."


Bug Report
Steps