artisan-1.x-dev/components/nav/nav.component.yml
components/nav/nav.component.yml
$schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json
name: Nav
slots:
items:
title: Items
description: Items for the Nav
examples:
- >
<li class="nav-item"><a href="#" class="nav-link">Navigation Link 1</a></li>
<li class="nav-item"><a href="#" class="nav-link">Navigation Link 2</a></li>
<li class="nav-item"><a href="#" class="nav-link">Navigation Link 2</a></li>
props:
type: object
properties:
attributes:
type: Drupal\Core\Template\Attribute
name: Attributes
title: Attributes
examples:
- class: [ 'example-class-attribute' ]
