import { Meta } from '@storybook/addon-docs';

<Meta title="Components/Bracket/Bracket" />

# Bracket

The Bracket component displays information in a hierarchical view of the content structure. 
Items such as headings, directories, and subitems are displayed in a tree structure, which shows how these items are related to each other.

Brackets should avoid cross-referencing. Try separating the content into sections instead. 
Brackets shouldn’t display too many levels of depth to avoid overflow.

### Recommended Use

The common use case for this component can be checked in [ConditionFilter recipe](?path=/docs/recipes-condition-filter--docs)

### Required components

This component can be used independently and does not require additional components.
