Container
Container je kľúčový prvok Layoutu, ktorý sa používa na obalenie obsahu stránky. Je navrhnutý tak, aby poskytoval konzistentné rozstupy, odsadenia a zarovnania elementov, ktoré sa v ňom nachádzajú, a zabezpečoval tak správne zobrazenie a tiež prispôsobenie sa rôznym zariadeniam a veľkostiam obrazovky. Pre informácie o použití Container elementu sa presuňte do dokumentácie Layoutu.
Atribúty a Vlastnosti
indent
Description | If true , the element will be indented to the left on screens larger than 768px. |
Attribute | indent |
Type | boolean |
Default | false |
vertical
Description | If true , the element gets flex-direction: "column" |
Attribute | vertical |
Type | boolean |
Default | false |
Eventy
No events available for this component.
Metódy
No public methods available for this component.
CSS Shadow Parts
No CSS shadow parts available for this component.
CSS Custom Vlastnosti
Name | Description |
---|---|
--wj-container-indent | Offset element from the left ( only on screens larger than 768px) |
Sloty
No slots available for this component.