well-petal
v0.1.4
Published
Webflow Popups powered by Attributes
Readme
Petal
Webflow Popups powered by attributes
Installation
CDN (jsDelivr)
Add this script tag to your Webflow project (or any HTML page):
<!-- Latest version -->
<script src="https://cdn.jsdelivr.net/gh/well-webflow/Petal@latest/dist/petal.min.js"></script>
<!-- Specific version (recommended for production) -->
<script src="https://cdn.jsdelivr.net/gh/well-webflow/[email protected]/dist/petal.min.js"></script>Replace USERNAME/REPO with your GitHub username and repository name.
NPM
npm install well-petalBuilding
# Development build
npm run build
# Production build (minified)
npm run build:prod
# Development server
npm run devThe production build creates dist/petal.min.js (85KB minified).
