width
Description
Optional. Sets the width of a popupUsage
width?: string;
Example
<Popup top={300} left={300} width="400px">
<div class="popup">
<p>Some text here and there</p>
</div>
</Popup>
Related article: Setting the width of Popup
width?: string;
<Popup top={300} left={300} width="400px">
<div class="popup">
<p>Some text here and there</p>
</div>
</Popup>
Related article: Setting the width of Popup