JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q45578F
  • License MIT

Vue 3 version of vue-responsive-dash

Package Exports

  • vue3-responsive-dash
  • vue3-responsive-dash/dist/vue3-responsive-dash.common.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue3-responsive-dash) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue3-responsive-dash

Vue 3 version of vue-responsive-dash.

A Responsive, Draggable & Resizable Dashboard (grid) made with vue and typescript. Inspired by React-Grid-Layout & Vue-Grid-Layout

⚙️ Installation

$ npm install vue3-responsive-dash

📄 Documents

Link

🚀 How to use

<script setup>
import { Dashboard, DashLayout, DashItem } from "vue3-responsive-dash";
import { ref } from "vue";

const layouts = ref([
  {
    breakpoint: "cols10",
    numberOfCols: 10,
    breakpointWidth: 1919,
    items: [
      { id: "1", x: 0, y: 0, width: 2, height: 2 },
      { id: "2", x: 2, y: 0, width: 2, height: 1 },
      { id: "3", x: 4, y: 0, width: 1, height: 1 },
      { id: "4", x: 5, y: 0, width: 1, height: 1 },
      { id: "5", x: 6, y: 0, width: 1, height: 1 },
      { id: "6", x: 7, y: 0, width: 1, height: 1 },
      { id: "7", x: 8, y: 0, width: 1, height: 1 },
      { id: "8", x: 9, y: 0, width: 1, height: 1 },
    ],
  },
  {
    breakpoint: "cols9",
    numberOfCols: 9,
    breakpointWidth: 1729,
    items: [
      { id: "1", x: 0, y: 0, width: 2, height: 2 },
      { id: "2", x: 2, y: 0, width: 2, height: 1 },
      { id: "3", x: 4, y: 0, width: 1, height: 1 },
      { id: "4", x: 5, y: 0, width: 1, height: 1 },
      { id: "5", x: 6, y: 0, width: 1, height: 1 },
      { id: "6", x: 7, y: 0, width: 1, height: 1 },
      { id: "7", x: 8, y: 0, width: 1, height: 1 },
      { id: "8", x: 2, y: 1, width: 1, height: 1 },
    ],
  },
  {
    breakpoint: "cols8",
    numberOfCols: 8,
    breakpointWidth: 1539,
    items: [
      { id: "1", x: 0, y: 0, width: 2, height: 2 },
      { id: "2", x: 2, y: 0, width: 2, height: 1 },
      { id: "3", x: 4, y: 0, width: 1, height: 1 },
      { id: "4", x: 5, y: 0, width: 1, height: 1 },
      { id: "5", x: 6, y: 0, width: 1, height: 1 },
      { id: "6", x: 7, y: 0, width: 1, height: 1 },
      { id: "7", x: 2, y: 1, width: 1, height: 1 },
      { id: "8", x: 3, y: 1, width: 1, height: 1 },
    ],
  },
  {
    breakpoint: "cols7",
    numberOfCols: 7,
    breakpointWidth: 1349,
    items: [
      { id: "1", x: 0, y: 0, width: 2, height: 2 },
      { id: "2", x: 2, y: 0, width: 2, height: 1 },
      { id: "3", x: 4, y: 0, width: 1, height: 1 },
      { id: "4", x: 5, y: 0, width: 1, height: 1 },
      { id: "5", x: 6, y: 0, width: 1, height: 1 },
      { id: "6", x: 2, y: 1, width: 1, height: 1 },
      { id: "7", x: 3, y: 1, width: 1, height: 1 },
      { id: "8", x: 4, y: 1, width: 1, height: 1 },
    ],
  },
  {
    breakpoint: "cols6",
    numberOfCols: 6,
    breakpointWidth: 1159,
    items: [
      { id: "1", x: 0, y: 0, width: 2, height: 2 },
      { id: "2", x: 2, y: 0, width: 2, height: 1 },
      { id: "3", x: 4, y: 0, width: 1, height: 1 },
      { id: "4", x: 5, y: 0, width: 1, height: 1 },
      { id: "5", x: 2, y: 1, width: 1, height: 1 },
      { id: "6", x: 3, y: 1, width: 1, height: 1 },
      { id: "7", x: 4, y: 1, width: 1, height: 1 },
      { id: "8", x: 5, y: 1, width: 1, height: 1 },
    ],
  },
  {
    breakpoint: "cols5",
    numberOfCols: 5,
    breakpointWidth: 969,
    items: [
      { id: "1", x: 0, y: 0, width: 2, height: 2 },
      { id: "2", x: 2, y: 0, width: 2, height: 1 },
      { id: "3", x: 4, y: 0, width: 1, height: 1 },
      { id: "4", x: 2, y: 1, width: 1, height: 1 },
      { id: "5", x: 3, y: 1, width: 1, height: 1 },
      { id: "6", x: 4, y: 1, width: 1, height: 1 },
      { id: "7", x: 0, y: 2, width: 1, height: 1 },
      { id: "8", x: 1, y: 2, width: 1, height: 1 },
    ],
  },
  {
    breakpoint: "cols4",
    numberOfCols: 4,
    breakpointWidth: 779,
    items: [
      { id: "1", x: 0, y: 0, width: 2, height: 2 },
      { id: "2", x: 2, y: 0, width: 2, height: 1 },
      { id: "3", x: 2, y: 1, width: 1, height: 1 },
      { id: "4", x: 3, y: 1, width: 1, height: 1 },
      { id: "5", x: 0, y: 2, width: 1, height: 1 },
      { id: "6", x: 1, y: 2, width: 1, height: 1 },
      { id: "7", x: 2, y: 2, width: 1, height: 1 },
      { id: "8", x: 3, y: 2, width: 1, height: 1 },
    ],
  },
  {
    breakpoint: "cols3",
    numberOfCols: 3,
    breakpointWidth: 589,
    items: [
      { id: "1", x: 0, y: 0, width: 2, height: 2 },
      { id: "2", x: 0, y: 2, width: 2, height: 1 },
      { id: "3", x: 2, y: 0, width: 1, height: 1 },
      { id: "4", x: 2, y: 1, width: 1, height: 1 },
      { id: "5", x: 2, y: 2, width: 1, height: 1 },
      { id: "6", x: 0, y: 3, width: 1, height: 1 },
      { id: "7", x: 1, y: 3, width: 1, height: 1 },
      { id: "8", x: 2, y: 3, width: 1, height: 1 },
    ],
  },
  {
    breakpoint: "cols2",
    numberOfCols: 2,
    breakpointWidth: 399,
    items: [
      { id: "1", x: 0, y: 0, width: 2, height: 2 },
      { id: "2", x: 0, y: 2, width: 2, height: 1 },
      { id: "3", x: 0, y: 3, width: 1, height: 1 },
      { id: "4", x: 1, y: 3, width: 1, height: 1 },
      { id: "5", x: 0, y: 4, width: 1, height: 1 },
      { id: "6", x: 1, y: 4, width: 1, height: 1 },
      { id: "7", x: 0, y: 5, width: 1, height: 1 },
      { id: "8", x: 1, y: 5, width: 1, height: 1 },
    ],
  },
]);
</script>

<template>
  <div id="app">
    <dashboard id="dashExample">
      <dash-layout
        v-for="layout in layouts"
        v-bind="layout"
        :key="layout.breakpoint"
      >
        <dash-item
          v-for="item in layout.items"
          v-model:x="item.x"
          v-model:y="item.y"
          v-model:width="item.width"
          v-model:height="item.height"
          :id="item.id"
          :key="item.id"
        >
          <div class="content">
            {{ item.id }}
          </div>
        </dash-item>
      </dash-layout>
    </dashboard>
  </div>
</template>

<style>
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  height: 100%;
  width: 100%;
  border: 2px solid #42b983;
  border-radius: 5px;
  background-color: #42b9833d;
}
</style>

⭐️ Show Your Support

Please give a ⭐️ if this project helped you!

👏 Contributing

If you have any questions or requests or want to contribute to vue3-responsive-dash or other packages, please write the issue or give me a Pull Request freely.

🐞 Bug Report

If you find a bug, please report to us opening a new Issue on GitHub.

⚙️ Development

npm run serve

Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.