> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt
> Use this file to discover all available pages before exploring further.

# Toolbar

> API reference for the Toolbar component

# Toolbar

A container for grouping related controls and commands.

## Import

```tsx theme={null}
import * as Toolbar from '@base-ui/react/toolbar';
```

## Toolbar.Root

Groups all toolbar controls.

### Props

<ParamField name="orientation" type="'horizontal' | 'vertical'" default="horizontal">
  The orientation of the toolbar.
</ParamField>

<ParamField name="loopFocus" type="boolean" default="true">
  Whether keyboard navigation should loop from the last control back to the first.
</ParamField>
