elegance

Elegant Javascript Framework

Usage no npm install needed!

<script type="module">
  import elegance from 'https://cdn.skypack.dev/elegance';
</script>

README

Elegance

Javascript Framework

Usage

To use this, npm install Elegance, then grab the dist/elegance.min.js.

There are some examples located in /examples, take a look!

ideas

  1. Allow setting up controller event bindings in HTML, for example a button might have a data-onclick attribute set to "destroy", which will bind it to the destroy method of the controller.