🚀Quick Start | SA5 Logic Lib
How to Easily Add SA5's Logic Enhancements to Your Webflow Site
This library is under development, and is not yet available.
How to Add the Library
IMPORTANT We've made some enhancements to SA5 Core in v5.5.0. If you are already using other SA5 Libs, please make certain to upgrade them to at least v5.5.0 as well to ensure cross-compatibility.
Add this script to the site wide custom code HEAD area of your site. If you are only using it on specific pages, you can add it to page-specific custom code instead.
<!-- Sygnal Attributes 5 | Logic -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-logic.css">
<script defer src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-logic.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 | Logic -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-logic.css"
dev-href="http://127.0.0.1:4000/dist/css/webflow-logic.css"
group="SA5 Logic"
>
<script defer
src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-logic.js"
dev-src="http://127.0.0.1:4000/dist/nocode/webflow-logic.js"
group="SA5 Logic"
></script>Last updated
Was this helpful?