APIPopups APISidearea APISidearea PropertiescssOn this pagecss Description Adds a custom style to the SideArea control. Usage css?: string; Example <div class="demo-box"> <SideArea css="my-class"> Content</SideArea></div><style> .demo-box :global(.my-class) { background-color: gold; }</style>