You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mode is likely preferable for most websites because it does not disrupt the existing UI in any way. Simply slap `onclick="redshift.open()"` on a button and you're in business.
56
56
57
+
#### [View Live Demo](https://codepen.io/cavan-radar/details/pooJxvj?preview_height=650)
This mode will directly embed the widget into the consuming website. By default, the widget will be attached to the `body` of the website. If a `containerId` is passed in the widget options then the widget will be rendered inside that container.
113
+
This mode will directly embed the widget into the consuming website. By default, the widget will be attached to the `body` of the website. If a `containerId` is passed in the widget options then the widget will be rendered inside that container.
114
+
115
+
#### [View Live Demo](https://codepen.io/cavan-radar/details/BaaNqbo?preview_height=650)
0 commit comments