arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
SlideOut
Multiple slideouts can be on one page and even opened by default.
AutoOpen
Auto Open
Tab opens after DOM is done loading!
Hover
Hover
Hover over the tab with your mouse to open instead of a click!
Reverse
Reverse
Handle is on the other side of the tab!
Source

<pe:slideout id="soAuto" title="AutoOpen" icon="pi pi-folder-open" location="top" widgetVar="slideoutAuto"
        handleStyleClass="auto-handle" panelStyleClass="auto-panel" showOn="click" offset="250px" autoOpen="true">
        <p:panelGrid styleClass="ui-noborder" layout="tabular" columns="0">
            <p:row>
                <p:column styleClass="ui-widget-header">
                    <h:outputText value="Auto Open" />
                </p:column>
            </p:row>
            <p:row>
                <p:column>
                    <h:outputText value="Tab opens after DOM is done loading!" />
                </p:column>
            </p:row>
        </p:panelGrid>
    </pe:slideout>

    <pe:slideout id="soHover" title="Hover" icon="pi pi-arrow-right" location="top" widgetVar="slideoutHover"
        handleStyleClass="hover-handle" panelStyleClass="hover-panel" showOn="hover" offset="350px">
        <p:panelGrid styleClass="ui-noborder" layout="tabular" columns="0">
            <p:row>
                <p:column styleClass="ui-widget-header">
                    <h:outputText value="Hover" />
                </p:column>
            </p:row>
            <p:row>
                <p:column>
                    <h:outputText value="Hover over the tab with your mouse to open instead of a click!" />
                </p:column>
            </p:row>
        </p:panelGrid>
    </pe:slideout>

    <pe:slideout id="soReverse" title="Reverse" icon="pi pi-backward" location="top" widgetVar="slideoutReverse"
        handleStyleClass="reverse-handle" panelStyleClass="reverse-panel" showOn="click" offset="400px"
        handleOffsetReverse="true">
        <p:panelGrid styleClass="ui-noborder" layout="tabular" columns="0">
            <p:row>
                <p:column styleClass="ui-widget-header">
                    <h:outputText value="Reverse" />
                </p:column>
            </p:row>
            <p:row>
                <p:column>
                    <h:outputText value="Handle is on the other side of the tab!" />
                </p:column>
            </p:row>
        </p:panelGrid>
    </pe:slideout>
            
Components and more
Documentation pe:slideout
Attributes (move mouse over the names to see data types)
Name Description
animateSpeedAnimation speed in ms.Default is 300.
autoOpenIf true, the panel auto opens on load.Default is false.
bindingAn EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
bounceDistanceDistance for bounce effect.Default is 50px.
bounceTimesNumber of bounces.Default is 4.
clickScreenToCloseIf true, clicking the screen closes the panel.Default is true.
handleOffsetHandle offset distance from edge.
handleOffsetReverseIf true, handle offset is reversed (align with right/bottom).Default is false.
handleStyleStyle of the handle.
handleStyleClassStyle class of the handle.
iconIcon for the handle.
idUnique identifier of the component in a namingContainer.Default is generated.
locationLocation: left, right, top or bottom.Default is right.
offsetOffset distance of the panel from the edge.Default is 200px.
offsetReverseIf true, offset is reversed (align with right/bottom).Default is false.
onbeforecloseCallback javascript executed before close.
onbeforeopenCallback javascript executed before open.
onbeforeslideCallback javascript executed before slide.
oncloseCallback javascript executed after close.
onopenCallback javascript executed after open.
onslideCallback javascript executed on slide.
panelStyleStyle of the slideout panel.
panelStyleClassStyle class of the slideout panel.
renderedBoolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true.
showOnShow on 'click' or 'hover'.Default is click.
stickyIf true, the panel is positioned fixed (sticky).Default is false.
titleText title of the handle.
widgetVarName of the client side widget.
PrimeFaces Extensions Showcase - © 2011-2025,PrimeFaces: 16.0.0-SNAPSHOT,PrimeFaces Extensions: 16.0.0-SNAPSHOT,JSF: Apache MyFaces Core 4.0 - Impl 4.0.3,Server: Apache Tomcat (TomEE)/10.1.52 (10.1.4),Build time: 2026-03-11 11:42