Skip to content

Templates

Scott C. Krause edited this page Oct 6, 2025 · 5 revisions

Neodigm SodaPop Component (Popup)##

<button data-n55-sodapop-id="myPopup_id" aria-haspopup="true">Try Me</button>

<button onClick="neodigmSodaPop.autoOpen('myPopup_id')" aria-haspopup="true">Try Me</button>

<template id="myPopup_id" data-n55-sodapop-modal="false" data-n55-sodapop-size="small" data-n55-sodapop-fullscreen="false"> YOUR CONTENT HERE </template>

Clone this wiki locally