BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<EjsSidebar Width="250px" @ref="sidebarObj" Type=SidebarType.Push>
<ChildContent>
<div style="text-align: center;" class="text-content"> Sidebar </div>
</ChildContent>
</EjsSidebar> |
<SfSidebar @ref="sidebarObj" Width="220px" DockSize="72px" Type=SidebarType.Slide EnableDock=true @bind-IsOpen="SidebarToggle">
<ChildContent>
</ChildContent>
</SfSidebar> |