# UI Component Properties

This provides a reference for general properties which are pertinent across all  lowcodera UI components

## Properties

<table data-header-hidden><thead><tr><th width="198">Control Property</th><th>Description</th><th width="191">Accepted Values</th><th width="150">Required</th></tr></thead><tbody><tr><td><strong>Property</strong></td><td><strong>Description</strong></td><td><strong>Accepted Values</strong></td><td><strong>Required</strong></td></tr><tr><td>Theme</td><td>Property to change theme of the button</td><td><p>Default</p><p>Danger</p><p>Info</p><p>Primary</p><p>Secondary</p><p>Success</p><p>Warning</p><p></p></td><td>X</td></tr><tr><td>FontSize</td><td>Property to set font size </td><td>Number</td><td>X</td></tr><tr><td>IconName</td><td>Property to icon name for header</td><td><a href="https://fontawesome.com/v5.15/icons?d=gallery&#x26;p=2&#x26;m=free">Font-awosome icon name</a></td><td>X</td></tr></tbody></table>
