3.1.23 • Published 4 years ago

widgzard v3.1.23

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

WIDGZARD

postoreder walk

Widgzard is a simple module, which allows to build arbirary DOM tree through components with their own lifecycle.


Widgzard will be useful if

  • You want to render arbitrary dom trees from literal objects and attach it somewhere.

  • each component needs to exploit his own and others component lifecycle

  • all components should comunicate in a clear way

The Widgzard aims to solve the problem in a clear way, receiving a main object literal containing all is needed to get whatever is needed really fast.


Install it

@ npm install widgzard

Use it

In the <head> of your html attach the

<script src="THE_PATH_TO_WIDGZARD/dist/theWidgzard.js"></script>

Run the demos

In your node_modules/widgzard folder run

> npm i
// and then 
> npm run buildev

hint: buildev launches a demon process watching for relevant changes in the source folder, also starts a small dev-srv:
navigate to http://localhost:3001/samples

... to be continued !!!

3.1.23

4 years ago

3.1.22

4 years ago

3.1.21

4 years ago

3.1.20

5 years ago

3.1.19

5 years ago

3.1.18

5 years ago

3.1.17

5 years ago

3.1.16

5 years ago

3.1.15

5 years ago

3.1.14

5 years ago

3.1.13

5 years ago

3.1.12

5 years ago

3.1.11

5 years ago

3.1.10

5 years ago

3.1.8

5 years ago

3.1.7

5 years ago

3.1.6

5 years ago

3.1.5

5 years ago

3.1.4

5 years ago

3.1.3

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago