Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui_suite_protocol
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ui_suite_protocol
Merge requests
!3
Issue
#3508441
by pdureau: Update components to UI Patterns 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3508441
by pdureau: Update components to UI Patterns 2
issue/ui_suite_protocol-3508441:3508441-update-components-to
into
1.0.x
Overview
0
Commits
5
Pipelines
0
Changes
125
Open
Pierre Dureau
requested to merge
issue/ui_suite_protocol-3508441:3508441-update-components-to
into
1.0.x
1 month ago
Overview
0
Commits
5
Pipelines
0
Changes
125
Expand
Closes
#3508441
0
0
Merge request reports
Compare
1.0.x
version 2
d321ec4f
1 month ago
version 1
dfcea37b
1 month ago
1.0.x (HEAD)
and
latest version
latest version
b4183b6d
5 commits,
1 month ago
version 2
d321ec4f
3 commits,
1 month ago
version 1
dfcea37b
1 commit,
1 month ago
125 files
+
1296
−
1258
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
125
Search (e.g. *.vue) (Ctrl+P)
components/article/article.component.yml
0 → 100644
+
31
−
0
Options
name
:
Article
description
:
"
A
long-form
body
of
text.
This
is
typically
multiple
paragraphs,
often
with
subheadings,
and
should
be
the
primary
content
on
the
page."
links
:
-
https://protocol.mozilla.org/components/detail/article.html
slots
:
title
:
title
:
Title
description
:
"
Article
title.
Plain
text."
content
:
title
:
Content
description
:
"
Article
content"
props
:
type
:
object
properties
:
heading_level
:
title
:
"
Heading
level"
type
:
integer
enum
:
-
1
-
2
-
3
-
4
-
5
-
6
"
meta:enum"
:
1
:
"
h1
(Default)"
2
:
h2
3
:
h3
4
:
h4
5
:
h5
6
:
h6
Loading