blz-fire

Blazed Fire is a front end JS framework.

Usage no npm install needed!

<script type="module">
  import blzFire from 'https://cdn.skypack.dev/blz-fire';
</script>

README

🔥 fire

Blazed Fire is a front end JS framework.

Using

First, include the JS file:

<script src="blz.js"></script>

You can also optionally include the CSS file for Blazed branded styles, such as the Blazed standard scrollbar.

<link href="style.css" rel="stylesheet">

Then, you can create a Blazed App within the body:

<blz-app>
    <blz-header>
        <header>
            <nav>
                [...]
            </nav>
        </header>
    </blz-header>
    <main>
        <div>
            [...]
        </div>
    </main>
    <blz-footer>
        <footer>
            <div>
                [...]
            </div>
        </footer>
    </blz-footer>
</blz-app>

Credits