# Nav Dropdown Full Width
group

This option allows you to create full width nav dropdown panels. By default, the dropdown will use the link as its "anchor point". Notice how the left edge of the dropdown matches the left edge of the link:

Default Nav Dropdown


However you can enter the ID of another element to use as the anchor point, like perhaps the container that wraps all of the links:

Full Width Nav Dropdown

... Note that the dropdown must be nested inside of whatever anchor element you choose to use.


Option Behavior
On The dropdown will anchor itself to another element
Off The dropdown will anchor itself to the link above it

# Side Effects

None.


# Eligible Components