1.0.1 • Published 11 months ago

saturdayjs v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

saturdayJS

  • saturdayJS web library. Just try.
<script src="https://cdn.jsdelivr.net/npm/saturdayjs@1.0.0/saturdayjs.min.js"></script>

Live: https://madhanmaaz.github.io/saturdayJS/

Counter app

<script src="./saturday.js"></script>
<template name="Counter">
    <script>
        var state = useProxy({
            count: 0
        })

        defineEvents({
            handler() {
                state.count++
            }
        })
    </script>


    <button onclick="handler">Count [%- count %]</button>
</template>
1.0.1

11 months ago

1.0.0

11 months ago