Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui_suite_dsfr
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_dsfr
Merge requests
!122
Pierre proposal
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Pierre proposal
issue/ui_suite_dsfr-3419042:pierre_proposal
into
1.1.x
Overview
0
Commits
5
Pipelines
1
Changes
17
Closed
Pierre Dureau
requested to merge
issue/ui_suite_dsfr-3419042:pierre_proposal
into
1.1.x
7 months ago
Overview
0
Commits
5
Pipelines
1
Changes
17
Expand
0
0
Merge request reports
Compare
1.1.x
1.1.x (base)
and
latest version
latest version
23b6ed40
5 commits,
7 months ago
17 files
+
737
−
274
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
components/grid_row_1/grid_row_1.component.yml
0 → 100644
+
86
−
0
Options
name
:
"
Grid
row
(1
col)"
description
:
"
The
grid
system
of
DSFR
uses
a
series
of
utility
classes
for
layouts
and
alignment
of
content.
'Grid
row
(1
col)'
offers
an
off-the-shelf
component
to
add
a
1-colummn
configurable
section."
links
:
-
"
https://www.systeme-de-design.gouv.fr/fondamentaux/grille-et-points-de-rupture"
slots
:
content
:
title
:
"
Content"
description
:
"
The
content
of
the
only
column."
props
:
type
:
object
properties
:
container_type
:
title
:
"
Container
type"
type
:
string
enum
:
-
container
-
container-fluid
"
meta:enum"
:
container
:
"
Container
(default)"
container-fluid
:
"
Fluid
container
(no
external
margin)"
with_gutters
:
title
:
"
With
gutters?"
description
:
"
The
gutters
between
columns"
type
:
boolean
horizontal_align
:
title
:
"
Horizontal
alignement"
type
:
string
enum
:
-
left
-
right
-
center
"
meta:enum"
:
left
:
Left
right
:
Right
center
:
Center
vertical_align
:
title
:
"
Vertical
alignment"
type
:
string
enum
:
-
top
-
bottom
-
middle
"
meta:enum"
:
top
:
Top
bottom
:
Bottom
middle
:
Middle
col
:
title
:
"
Column
span"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
col_sm
:
title
:
"
Column
span
(small)"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
col_md
:
title
:
"
Column
span
(medium)"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
col_lg
:
title
:
"
Column
span
(large)"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
col_xl
:
title
:
"
Column
span
(extra
large)"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
offset
:
title
:
"
Column
offset"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
offset_sm
:
title
:
"
Column
offset
(small)"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
offset_md
:
title
:
"
Column
offset
(medium)"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
offset_lg
:
title
:
"
Column
offset
(large)"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
offset_xl
:
title
:
"
Column
offset
(extra
large)"
type
:
integer
enum
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
Loading