Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_suite_daisyui
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
4
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_daisyui
Merge requests
!12
Issue
#3473261
by g4mbini: Components: Add Section full component
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3473261
by g4mbini: Components: Add Section full component
issue/ui_suite_daisyui-3473261:3473261-components-add-section
into
4.0.x
Overview
0
Commits
1
Pipelines
0
Changes
16
Merged
Michael Fanini
requested to merge
issue/ui_suite_daisyui-3473261:3473261-components-add-section
into
4.0.x
3 months ago
Overview
0
Commits
1
Pipelines
0
Changes
16
Expand
Closes
#3473261
👍
0
👎
0
Merge request reports
Compare
4.0.x
4.0.x (base)
and
latest version
latest version
8a822622
1 commit,
3 months ago
16 files
+
174
−
753
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
components/grid_1_region/grid_1_region.component.yml
+
5
−
0
Options
@@ -3,6 +3,7 @@ description: "The grid system of tailwind CSS uses a series of utility classes f
group
:
"
Grid"
links
:
-
"
https://daisyui.com/docs/layout-and-typography/"
-
"
https://tailwindcss.com/docs/container"
-
"
https://tailwindcss.com/docs/grid-template-columns"
-
"
https://tailwindcss.com/docs/grid-column"
slots
:
@@ -11,6 +12,10 @@ slots:
props
:
type
:
object
properties
:
container
:
title
:
"
Container"
description
:
"
Utilities
for
conrtolling
if
container
class
is
injected
in
the
markup."
$ref
:
"
ui-patterns://boolean"
grid_cols
:
title
:
"
Grid
Template
Columns"
description
:
"
Utilities
for
specifying
the
columns
in
a
grid
layout,
for
'xl'
and
every
other
breakpoints."
Loading