Collapsible panel from side

Hi,
do you have a Blazor component available that acts like a collapsible panel from the side of the screen? Something like you have on your own website "Feedback & Questions"


3 Replies 1 reply marked as answer

MK Muthukrishnan Kandasamy Syncfusion Team June 12, 2020 09:48 AM UTC

Hi Davy, 
 
Thanks for contacting Syncfusion support. 
 
We have validated your requirement with Syncfusion Blazor Sidebar component. Yes, we can achieve your requirement in Sidebar. For this scenario, we need to add the sticky button in the Sidebar element then we can expand or collapse the sidebar component when clicking the sticky button click. We have prepared a sample to meet your requirement, in this sample we have positioned Sidebar in to appear left end of the screen and added sticky button to it.   
   
To achieve your expected requirement, we have overridden the default styles of the Sidebar component.   
 
.e-sidebar #e-leftSticky { 
        position: relative; 
        cursor: pointer; 
        top: 50%; 
        height: 30px; 
        left: -57px; 
        border-radius: 0px 0px 10px 10px; 
        background: linear-gradient(90deg, #000428, #004e92); 
        text-align: left; 
        font-size: 18px; 
        text-align: center; 
        text-indent: 10px; 
        -ms-transform: rotate(270deg); 
        -webkit-transform: rotate(270deg); 
        transform: rotate(270deg); 
    } 
 
    .e-sidebar.e-close, .e-sidebar.e-open { 
        overflow: initial; 
        visibility: visible !important; 
    } 
 
We have attached sample for your convenience, which can be downloaded from the below link. 
 
 
To know more about Sidebar component, please refer the below links.   
   
   
   
   
  
Please, let us know if you need any further assistance.   
 
Regards, 
Muthukrishnan K 


Marked as answer

DA Davy June 15, 2020 01:09 PM UTC

Ok, I can work with this. Thanks for the solution.


SA Shameer Ali Baig Sulaiman Ali Baig Syncfusion Team June 15, 2020 01:19 PM UTC

Hi Davy, 
 
Welcome. Please, get back to us if you need any further assistance. We will be happy to assist you. 
 
Regards, 
Shameer Ali Baig S. 


Loader.
Up arrow icon