title |
---|
Jaseci Container |
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",
}
}