mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Update src/components/page/page.ts
Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user