I am trying to create custom popup template content (Given below). I am using the Reactstrap frontend library for this development.
1) Is it possible to develop this type of custom template using ArcGIS SDK for Javascript? If yes How?
2) I already tried to develop this using pure HTML, But components like buttons are not showing correctly (Given below). What is the correct way to develop this?
This is a useful blog post that is still relevant for adding things like buttons to your popup.
Indeed this is a good blog. I could customize my popup template to a certain level with this. Thanks @ReneRubalcava i