@cloud-canal/cloud-canal
v3.16.0
Published
An open-source, low-code framework for turning static sites into web apps.
Downloads
523
Readme
Cloud Canal
Getting Started
Include this snippet in the head of your site:
<script
defer
src="https://cdn.jsdelivr.net/npm/@cloud-canal/cloud-canal@3"
></script>
<style>
:root {
--cc-load-visibility: hidden;
}
:where([data-cc-hidden-until-load]) {
visibility: var(--cc-load-visibility);
}
</style>