API Reference
New-NavFloatWidgetItem
Creates a new navigation float item with specified parameters.
Remarks
This function creates a new navigation float item with the provided parameters. It allows customization of the item's name, link, icon, color, and other properties.
Examples
EXAMPLE 1
New-NavFloatWidgetItem -Name "Home" -Href "https://www.example.com" -IconBrands "fab fa-home" -IconColor "blue"
Creates a new navigation float item named "Home" that links to "https://www.example.com" with a blue home icon.
EXAMPLE 2
New-NavFloatWidgetItem -Name "About" -InternalPageID "about" -LinkHome
Creates a new navigation float item named "About" that links to the internal page with ID "about" and links to the home page.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.