boxman

boxman is javascript library to use GUI

Usage no npm install needed!

<script type="module">
  import boxman from 'https://cdn.skypack.dev/boxman';
</script>

README

Build Status All Download Release License

BoxMan

(Detail: https://sj-js.github.io/dist/boxman/README.html)

Getting Started

  1. 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>
    
  2. Make BOX

    boxman.newBox({content:'BOX', width:'100px', minHeight:'35px'});
    
  3. Make OBJ

    boxman.newObj({content:'OBJ', width:'50px', height:'30px'});