πŸš€Quick Start | SA5 Trigger

How to Easily Add SA5's Trigger Enhancements to Your Webflow Site

How to Add the Library

Add this script to the page-specific or site wide custom code HEAD area of your site or page.

<!-- Sygnal Attributes 5 | Trigger --> 
<script defer src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-ix.js"></script> 

Once the library is installed, use the attributes you want for the specific features you're looking for in this library. Those are documented with each feature.

Add the custom attributes for the features you need, described in each feature separately.

SA5 Library Developers

For SA5 library developers, use the extended syntax to support Sygnal DevProxy.

<!-- Sygnal Attributes 5 | Trigger --> 
<link rel="stylesheet" 
  href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-ix.css"
  dev-href="http://127.0.0.1:4000/dist/css/webflow-ix.css"
  devproxy-group="sa5"
  > 
<script defer 
  src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-ix.js" 
  dev-src="http://127.0.0.1:4000/dist/nocode/webflow-ix.js"
  devproxy-group="sa5"
  ></script>

Last updated