{
"name": "drag_and_drop_list",
"description": "Allows users to create vertically sortable lists supporting drag and drop, touch or keyboard input.",
"authors": ["Evan Almloff"],
"exclude": ["variants", "docs.md", "component.json"],
"cargoDependencies": [
{
"name": "dioxus-primitives",
"git": "https://github.com/DioxusLabs/components"
},
{
"name": "dioxus-icons",
"version": "0.1.0"
}
],
"globalAssets": ["../../../assets/dx-components-theme.css"]
}