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