---
title: "Bubble & floating menu implementation"
description: "Learn how to create floating menus for your text editor in Tiptap with a short code example. More in our docs."
canonical_url: "https://tiptap.dev/docs/examples/advanced/menus"
---

# Bubble & floating menu implementation

Learn how to create floating menus for your text editor in Tiptap with a short code example. More in our docs.

Menus allow you to create floating user interface elements that can be used to interact and manipulate the editor content. In this example, we show you how to create a simple menu that allows you to change the text alignment of the editor content.

> **Interactive demo:** [Menus](https://embed.tiptap.dev/preview/Examples/Menus)
