Hi, I have a framework question about ArcGIS ExB. Thanks for any input. As documented Experience Builder uses reactstrap under the hood for widget ui. When creating a custom widget aiming to target specific components in reactstrap such as forms http://reactstrap.github.io/components/form/, what is the proper way to reference these components? I am seeing that if we import the components import in the widget :
{ Button, Form, FormGroup, Label, Input, FormText } from 'reactstrap';
...the resulting widget in the experience is not referencing the elements correctly including the bootstrap CSS and the components are basically not styled at all.
I am hoping to clarify how and when to target jimi-ui, reactstrap, and direct bootstrap in widget ui creation.
Thanks for any information.
Sam