Skip to content

Cascades-CSS/Box-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box Model Display

Installation

npm install

Usage

Box Model

import { BoxModel } from '';

const model = new BoxModel(document.getElementById('container'));

Overlay

import { BoxModelOverlay } from '';

const model = new BoxModelOverlay(document.getElementById('target'));