Skip to content

isDivider Examples

The isDivider property renders a visual separator in the desk list.

Without Title

Use this to create a simple horizontal line separator.

ts
{
  isDivider: true,
}

With Title

Adding a title to a divider creates a labeled section header.

ts
{
  title: 'Content Section',
  isDivider: true,
}

Released under the MIT License.