Add reference to button essentials in button component and vice versa

This commit is contained in:
Lea Verou
2024-12-18 12:49:16 -05:00
parent 3734f9cea5
commit d6fb269381
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
title: Button
description: Buttons represent actions that are available to the user.
tags: component
essentials: button
---
```html {.example}

View File

@@ -2,6 +2,7 @@
title: Button
tags: essentials
layout: element
component: button
---
```html {.example}