type

Box

src @Js
class Box : Elem

Box defaults style to:

display: block;
box-sizing: border-box;
width: 100%;
height: 100%;
position: relative;

constructors

Slot Details

make

src new make()