SafetyScreen-ui/node_modules/vue-grid-layout/website/docs/guide/examples.md

22 lines
351 B
Markdown
Raw Normal View History

2025-03-29 19:33:58 +08:00
# Examples
## Basic
<Grid01Basic></Grid01Basic>
## Events
<Grid02Events></Grid02Events>
## Multiple Grids
<Grid03MultipleGrids></Grid03MultipleGrids>
## Drag allow/ignore elements
Ignore drag on certain elements and allow on on others.
Click and drag the dots on the corner of each item to reposition
<Grid04AllowIgnore></Grid04AllowIgnore>