flect

1.6.0 • Public • Published

logo

The 2kb fuly reactive component library.

Consider to read the documentation.

define('input', function(datas, render){
    render(/*html*/`
        <label>
            <p x-text="label">Name</p>
            <input x-type="type" x-placeholder="placeholder">
        </label>
    `)
})
<x-input
    type="number"
    label="How old are you ?"
    placeholder="Enter a number please">
</x-input>
  • flect.js ~ 4.5kb (minified)
  • flect.js.gz ~ 2kb (minified + gzip)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i flect

      Weekly Downloads

      7

      Version

      1.6.0

      License

      GPL-3.0-only

      Unpacked Size

      11.2 kB

      Total Files

      5

      Last publish

      Collaborators

      • enzoaicardi