Lampyrine Approach uses the following objects:
A site is made up of one or many pages
The Site object has the following properties
A page is made up of one or many containers containing one or many components.
A page object is automatically bestowed with a body container. Components that are not put into any other container will automatically be assigned to the body container
The Page object has the following properties.
Containers are used to position components or other nested containers on the page. Containers contain one or many components or other containers.
The container object has the following properties
Components do all the work. They present contents, provide
The component object has the following properties.