> ## Documentation Index
> Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Divider

> Useful when you need a bit of structure.

<Frame>
  <img src="https://mintcdn.com/plain/EjhjILX5S36Y2AF-/public/images/ui-component-divider.png?fit=max&auto=format&n=EjhjILX5S36Y2AF-&q=85&s=485fb9eb03e1e3b75005c867540520fe" alt="Example divider" width="1664" height="300" data-path="public/images/ui-component-divider.png" />
</Frame>

A divider has the following properties:

* `dividerSpacingSize` (optional): the spacing the divider should have before and after the component. One of `XS`, `S`,
  `M`, `L`, `XL`. Defaults to `S`.

For example:

<Snippet file="graphql/ui-divider.mdx" />
