Skip to content

joaoxbarbosa/squaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squaller.js

simple and lightweight component based framework

importing squaller.js

if you installed the squallor.js file:

<script type="module" src="squaller.js" defer>

if you want to use a CDN for it:

<script type="module" src="https://cdn.jsdelivr.net/npm/squaller@1.1.1/src/squaller.js" defer></script>

example use-case:

<html>
    <head>
        <script type="module" src="https://cdn.jsdelivr.net/npm/squaller@1.1.1/src/squaller.js" defer></script>
    </head>
    <body id="root">
        <squallerComponent name="default">
            <h1 style="color: red;">Hello ${sail1} and ${sail2}!</h1>
        </squallerComponent>

        <default sail="sail1: example one; sail2: epic"></default>
    </body>
</html>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors