Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
navigation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
navigation
Merge requests
!72
Issue
#3386927
: Refactor CSS
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Issue
#3386927
: Refactor CSS
issue/navigation-3386927:3386927-components
into
1.x
Overview
0
Commits
1
Pipelines
0
Changes
44
Closed
Issue #3386927: Refactor CSS
Ivan Berdinsky
requested to merge
issue/navigation-3386927:3386927-components
into
1.x
Sep 21, 2023
Overview
0
Commits
1
Pipelines
0
Changes
44
0
0
Merge request reports
Compare
1.x
1.x (base)
and
latest version
latest version
6194e1e8
1 commit,
Sep 21, 2023
44 files
+
2070
−
1611
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
44
components/navigation-button/navigation-button.component.yml
0 → 100644
+
55
−
0
View file @ 6194e1e8
Edit in single-file editor
Open in Web IDE
# This is so your IDE knows about the syntax for fixes and autocomplete.
$schema
:
https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json
# The human readable name.
name
:
Navigation button
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status
:
experimental
# Schema for the props. We support www.json-schema.org. Learn more about the
# syntax there.
props
:
type
:
object
properties
:
attributes
:
type
:
Drupal\Core\Template\Attribute
title
:
Attributes
description
:
Wrapper attributes.
avatar
:
title
:
Avatar
description
:
Optional avatar picture.
html_tag
:
type
:
string
title
:
HTML tag for wrapper
icon
:
type
:
string
examples
:
-
"
appearance"
enum
:
-
appearance
-
blocks
-
bookmarks
-
config
-
content
-
create
-
extend
-
files
-
help
-
media
-
people
-
reports
-
structure
-
user
is_dropdown
:
type
:
boolean
text
:
type
:
string
title
:
Button text
examples
:
-
Button
url
:
type
:
string
title
:
Button url
examples
:
-
"
#"
Loading