function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aditi Mohanty 5Aditi Mohanty 5 

How to add a button in lightning component that upon clicking will show pop-up that will ask for entry of details of users and upon clicking submit button in that pop-up it will add the user to account teams

VinayVinay (Salesforce Developers) 
You can try using Modal Popup button in lightning to achieve above requirement.

Check below examples.

http://salesforcecodes.com/open-modal-popup-on-button-click-using-lightning-component/
https://www.salesforcebolt.com/2019/04/modal-popup-in-lightning-component.html
https://sfdcmonkey.com/2017/04/15/modal-box-lightning-component-salesforce/

Thanks,