🚀Quick Start | SA5 State

How to Setup SA5's State Library

How to Add the Library

There are currently no configuration options for this library, so we’ll use a no-code integration approach.

How to Add the Library

Add this script to the site wide custom code HEAD area of your site. If this functionality is only needed on specific pages, you can add it to those page-specific HEADs instead.

<!-- Sygnal Attributes 5 | State --> 
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-state.css"> 
<script defer src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-state.js"></script>

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 Devmode and Sygnal DevProxy. These make it easier to develop and test code changes with Webflow sites.

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

Last updated

Was this helpful?