1.6.0 • Published 9 months ago

flect v1.6.0

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
9 months ago

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)
1.6.0

9 months ago

1.5.0

9 months ago

1.4.0

10 months ago

1.3.8

10 months ago

1.3.7

10 months ago

1.3.6

10 months ago

1.3.5

10 months ago

1.3.4

10 months ago

1.3.2

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.0

11 months ago