mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
22 lines
356 B
YAML
22 lines
356 B
YAML
global-components:
|
|
gl-button:
|
|
element: button
|
|
attributes:
|
|
- aria-*
|
|
gl-avatar:
|
|
element: img
|
|
gl-avatar-link:
|
|
element: a
|
|
gl-avatar-labeled:
|
|
element: img
|
|
attributes:
|
|
- label: alt
|
|
gl-toggle:
|
|
element: button
|
|
attributes:
|
|
- label: aria-labelledby
|
|
- description: aria-describedby
|
|
gl-link:
|
|
element: a
|
|
|