Create ButtonGroup with rounded corner
2 Aug 20211 minute to read
The ButtonGroup with rounded corner has round edges on both sided. To ButtonGroup with rounded corner, e-round-corner
class is to be added to the target element.
The following example illustrates how to create ButtonGroup with rounded corner.
Index.razor
<div class='e-btn-group e-round-corner'>
<EjsButton ID="html" Content="HTML"></EjsButton>
<EjsButton ID="css" Content="CSS"></EjsButton>
<EjsButton ID="javascript" Content="Javascript"></EjsButton>
</div>