Skip to content
Snippets Groups Projects

Resolve "Implement basic functionality"

Merged Julian requested to merge 1-implement-basic-functionality into main
Compare and
46 files
+ 2362
78
Compare changes
  • Side-by-side
  • Inline
Files
46
+ 30
14
module.exports = {
title: 'vue-draggable-grid',
description: 'vue-draggable-grid component library for a draggable grid',
themeConfig: {
sidebar: [
{
title: 'Components',
collapsable: false,
children: [
'/components/component.md',
]
}
]
}
}
\ No newline at end of file
title: "vue-draggable-grid",
description: "vue-draggable-grid component library for a draggable grid",
themeConfig: {
sidebar: [
{
title: "Examples",
collapsable: false,
children: [
"/examples/Generic.md",
"/examples/TicTacToe.md",
"/examples/Counters.md",
"/examples/Lessons.md",
"/examples/Colors.md",
"/examples/Disabled.md",
"/examples/DisabledItems.md",
"/examples/Responsive.md",
],
},
],
nav: [
{ text: "Home", link: "/" },
{ text: "Guide", link: "/guide/" },
{ text: "Examples", link: "/examples/Generic.md" },
{
text: "Repository",
link: "https://edugit.org/AlekSIS/libs/vue-draggable-grid/",
},
],
},
};
Loading