boxman
v1.0.2
Published
boxman is javascript library to use GUI
Downloads
3
Readme
BoxMan
(Detail: https://sj-js.github.io/dist/boxman/README.html)
Getting Started
Script
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sj-js/boxman/dist/css/boxman.css"> <script src="https://cdn.jsdelivr.net/gh/sj-js/crossman/dist/js/crossman.js"></script> <script src="https://cdn.jsdelivr.net/gh/sj-js/boxman/dist/js/boxman.js"></script> <script> var boxman = new BoxMan(); </script>
Make BOX
boxman.newBox({content:'BOX', width:'100px', minHeight:'35px'});
Make OBJ
boxman.newObj({content:'OBJ', width:'50px', height:'30px'});