added slide component, twwek some pages, and enchanced docs
This commit is contained in:
@@ -8,6 +8,8 @@ import type { DropDownEntry } from "#imports";
|
||||
/**
|
||||
* Interface for HamburgerMenu component properties
|
||||
* @property {Array<DropDownEntry>} entries Array of {@link DropDownEntry} objects representing the menu items in the hamburger menu.
|
||||
* @example
|
||||
* <HamburgerMenu :entries="menuEntries" />
|
||||
*/
|
||||
interface HamburgerMenuProperty {
|
||||
entries: Array<DropDownEntry>;
|
||||
|
||||
Reference in New Issue
Block a user