isDivider Examples The isDivider property renders a visual separator in the desk list.
Use this to create a simple horizontal line separator.
{
isDivider: true,
}Adding a title to a divider creates a labeled section header.
{
title: 'Content Section',
isDivider: true,
}