For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸš€Quick Start | SA5 Components

How to Easily Add SA5's User Info & Advanced Routing Enhancements to Your Webflow Memberships Site

How to Add the Library

Add this script to the site wide custom code HEAD area of your site.

<!-- Sygnal Attributes 5 | Social Share --> 
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.8.7/dist/css/webflow-components.css"> 
<script src="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.8.7/dist/nocode/webflow-components.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 | Components --> 
<link rel="stylesheet" 
  href="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.8.7/dist/css/webflow-components.css"
  dev-href="http://127.0.0.1:4000/dist/css/webflow-components.css"
  group="SA5 Components"
  > 
<script 
  src="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.8.7/dist/webflow-components.js" 
  dev-src="http://127.0.0.1:4000/dist/webflow-components.js"
  group="SA5 Components"
  ></script>

Last updated