# toolbar The **** component provides a bar that is usually placed at the bottom of a page to display operation options for the page. >![](../../public_sys-resources/icon-note.gif) **NOTE:** >This component is supported since API version 5. ## Permission List None ## Child Component Only the **** component is supported. >![](../../public_sys-resources/icon-note.gif) **NOTE:** >A maximum of five **** components can be contained in a **** component. If there are six or more, only the first four are displayed, and the rest items are hidden in the **More** list of the toolbar. Users can click **More** to view the hidden items. >The list is displayed in the default style instead of a customized style set for the **** component. ## Attribute Attributes in [Universal Attributes](js-components-common-attributes.md) are supported. ## Style Styles in [Universal Styles](js-components-common-styles.md) are supported. >![](../../public_sys-resources/icon-note.gif) **NOTE:** >- The **height** style is not supported. The height is fixed at 56px. ## Event None ## Method None ## Example Code For details, see the [toolbar-item example code](js-components-basic-toolbar-item.md).