Skip to content
/ LayJS Public

LayJS is a UI framework which uses (GPU accelerated) CSS3 transforms to position elements on the page. The central premise of which is to provide declaration of a full application using a single object, done so by providing the ability to create layout and data constraints across the object.

License

Notifications You must be signed in to change notification settings

endfront/LayJS

Repository files navigation

There are broadly 4 methods of installing LayJS.

(1) NPM

Using npm, install the "lay-js" package by pasting the below command into your shell:

npm install lay-js

And then included using the following way:

<script type="text/javascript" src="node_modules/lay-js/LAY.js"></script>

or for the minified version:

<script type="text/javascript" src="node_modules/lay-js/LAY.min.js"></script>

(2) Bower

Using bower, install the "LAY" package by pasting the below command into your shell:

bower install LAY

And then included using the following way:

<script type="text/javascript" src="bower_components/LAY/LAY.js"></script>

or for the minified version:

<script type="text/javascript" src="bower_components/LAY/LAY.min.js"></script>

(3) Rawgit

Using Rawgit, LAY.js and LAY.min.js can be accessed using:

https://rawgit.com/LayJS/dist/master/LAY.js
https://rawgit.com/LayJS/dist/master/LAY.min.js

And then included using the following way:

<script type="text/javascript" src="https://rawgit.com/LayJS/dist/master/LAY.js"></script>

or for the minified version:

<script type="text/javascript" src="https://rawgit.com/LayJS/dist/master/LAY.min.js"></script>

(4) Direct Download

Lastly, the LAY.js and LAY.min.js files can be directly downloaded and used from the distribution repository.

About

LayJS is a UI framework which uses (GPU accelerated) CSS3 transforms to position elements on the page. The central premise of which is to provide declaration of a full application using a single object, done so by providing the ability to create layout and data constraints across the object.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages