diff --git a/@plotly/dash-test-components/src/components/AddPropsComponent.js b/@plotly/dash-test-components/src/components/AddPropsComponent.js new file mode 100644 index 0000000000..c4f8af1ea7 --- /dev/null +++ b/@plotly/dash-test-components/src/components/AddPropsComponent.js @@ -0,0 +1,23 @@ +import React from "react"; +import PropTypes from "prop-types"; + +const AddPropsComponent = (props) => { + const {children, id} = props; + + + return ( +