Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vue-draggable-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
AlekSIS®
Libraries
vue-draggable-grid
Merge requests
!11
Overlapping items in a column
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Overlapping items in a column
multiple-items-y
into
main
Overview
0
Commits
5
Pipelines
1
Changes
2
Merged
Julian
requested to merge
multiple-items-y
into
main
1 year ago
Overview
0
Commits
5
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
2a494077
Prev
Next
Show latest version
2 files
+
70
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
2a494077
Create example for multipleItemsY
· 2a494077
Julian
authored
1 year ago
example/src/App.vue
+
8
−
0
Options
@@ -7,6 +7,7 @@ import Example5Colors from "./Example5Colors.vue";
import
Example6Disabled
from
"
./Example6Disabled.vue
"
;
import
Example7DisabledItems
from
"
./Example7DisabledItems.vue
"
;
import
Example8Responsive
from
"
./Example8Responsive.vue
"
;
import
Example9MultipleItemsY
from
"
./Example9MultipleItemsY.vue
"
;
</
script
>
<
template
>
@@ -88,6 +89,13 @@ import Example8Responsive from "./Example8Responsive.vue";
<h2>
Example 8:
</h2>
<p>
The grid is responsive. Try resizing it below:
</p>
<example8-responsive></example8-responsive>
<h2>
Example 9:
</h2>
<p>
Grid with multiple items per slot (overlaps only in y direction possible,
width of every item has to be
<kbd>
1
</kbd>
)
</p>
<example9-multiple-items-y
/>
</div>
</
template
>
Loading