Description of icon
Flex UI
API Reference

SidePanel

A component rendering a list of dynamic filters. Can be themed with [theme.SidePanel]{@link SidePanel.SidePanelThemeProps}


Component children#

KeyComponentConditionAlignDescription
headerstyled(div)Wrapper for the Side Panel header

Component Properties

  • displayName: string

    String used for className generation and in contentStore definition

  • isHidden?: boolean

    If set to false, the main container will be set in display none

  • title?: React.ReactChild

    A textual component used as panel title in default header

  • handleCloseClick?: function

    Callback function trigger on close button click in default header

  • HeaderComponent?: React.ReactElement

    Component to replace the default SidePanel header

  • themeOverride?: SidePanelThemeProps

    Object to override defaults styles for the instance

Need some help?