Skip to content

Commit 4e3f068

Browse files
committed
Docs: Add Menu component to Twig Components documentation
1 parent af92cb8 commit 4e3f068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/templating/components.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ You can use an unique group name when creating a Twig Component to create your o
6161
| [Template](https://github.com/ibexa/twig-components/blob/main/src/lib/Component/TemplateComponent.php) | Renders a Twig template|`template` |
6262
| [Controller](https://github.com/ibexa/twig-components/blob/main/src/lib/Component/ControllerComponent.php) | Renders a Symfony controller |`controller` |
6363
| [HTML](https://github.com/ibexa/twig-components/blob/main/src/lib/Component/HtmlComponent.php) | Renders static HTML |`html` |
64+
| [Menu](https://github.com/ibexa/twig-components/blob/main/src/lib/Component/MenuComponent.php) | Renders a menu based on a menu item identifier |`menu` |
6465

6566
## Example
6667

0 commit comments

Comments
 (0)