Update src/components/page/page.ts

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
This commit is contained in:
Lea Verou
2024-12-13 10:41:20 -05:00
committed by GitHub
parent 3577b12af2
commit ff1e048770

View File

@@ -140,7 +140,7 @@ export default class WaPage extends WebAwesomeElement {
@property({ attribute: 'nav-open', reflect: true, type: Boolean }) navOpen = false;
/**
* At what page width to hide the "menu" slot and collapse into a hamburger button.
* At what page width to hide the "navigation" slot and collapse into a hamburger button.
* Accepts both numbers (interpreted as px) and CSS lengths (e.g. `50em`), which are resolved based on the root element.
*/
@property({ attribute: 'mobile-breakpoint', type: String })