Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

FjallJS release 1.0

Choose a tag to compare

@ClassicMC-Studios ClassicMC-Studios released this 25 Nov 21:00
· 16 commits to main since this release
ddc3bf8

# FjallJS v1.0

FjallJS is here lighweight and versatile.

Write in reacticity with ONE JavaScript file.
Attributes for any project like

  1. l-if
  2. l-data
  3. lint
  4. l-bind
  5. l-click
  6. and l-for
<body l-data='{"arr1":["Something","Another Thing"]}'>
	<button l-click='arr1.push("Yay you added even more something")'>Add something</button>
	<ol l-for="arr1" for-item="li" item-class="green"></ol>
	<script src="./fjall-min.js"></script>
</body>

Liscensed with MIT