Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 311 Bytes

container.md

File metadata and controls

19 lines (15 loc) · 311 Bytes
title
Jaseci Container

Summary

A Container is a general-purpose component, analogous to a div element, that will render a div you can style and attach events to.

Example:

{
	"component": "Container",
	"css": {
        "width": "200px",
        "height": "200px",
	}
}