component.json revision 6157a882a99ffd610651fecda412fcacff150d57
1980N/A{
1980N/A "name" : "sortable",
1980N/A "displayName": "Sortable",
1980N/A "description": "The Sortable utility provides support for the creation of a sortable list as well as the ability to join lists in various ways.",
1980N/A "author" : "davglass",
1980N/A
1980N/A "tags": ["utility", "beta", "sort", "lists"],
1980N/A "use" : ["sortable"],
1980N/A
1980N/A "examples": [
1980N/A {
1980N/A "name" : "simple-sortable",
1980N/A "displayName": "Simple Sortable List",
1980N/A "description": "Create a simple sortable list.",
1980N/A "modules" : ["sortable"],
1980N/A "tags" : ["sortable", "list", "simple"]
1980N/A },
1980N/A {
1980N/A "name" : "sortable-float",
1980N/A "displayName": "Floated List",
1980N/A "description": "Sortable list example with floated nodes.",
1980N/A "modules" : ["sortable"],
1980N/A "tags" : ["sortable", "list", "simple", "floated"]
1980N/A },
1980N/A {
2310N/A "name" : "sortable-multi",
2310N/A "displayName": "Multiple Lists",
2310N/A "description": "Multiple Sortable Lists that are separate from one another.",
1980N/A "modules" : ["sortable"],
1980N/A "tags" : ["sortable", "list", "simple", "multi"]
1980N/A },
1980N/A {
1980N/A "name" : "sortable-multi-full",
1980N/A "displayName": "Multiple Lists - Full Join",
1980N/A "description": "Multiple Sortable Lists that are fully joined together.",
1980N/A "modules" : ["sortable"],
2137N/A "tags" : ["sortable", "list", "simple", "multi", "join"],
2137N/A "sortArrow" : "arrow-full"
2137N/A },
1980N/A {
1980N/A "name" : "sortable-multi-out",
1980N/A "displayName": "Multiple Lists - Outer Join",
1980N/A "description": "Multiple Sortable Lists that are outer joined together.",
1980N/A "modules" : ["sortable"],
1980N/A "tags" : ["sortable", "list", "simple", "multi", "join"],
1980N/A "sortArrow" : "arrow-out"
1980N/A },
1980N/A {
1980N/A "name" : "sortable-multi-in",
1980N/A "displayName": "Multiple Lists - Inner Join",
1980N/A "description": "Multiple Sortable Lists that are inner joined together.",
1980N/A "modules" : ["sortable"],
1980N/A "tags" : ["sortable", "list", "simple", "multi", "join"],
1980N/A "sortArrow" : "arrow-in"
1980N/A },
1980N/A {
1980N/A "name" : "sortable-multi-out-fish",
1980N/A "displayName": "Fish Sort - Multi Outter Join",
1980N/A "description": "Multiple Sortable Lists that are inner joined together - a fish sorting use case.",
1980N/A "modules" : ["sortable"],
1980N/A "tags" : ["sortable", "list", "simple", "multi", "join", "fish"],
1980N/A "sortArrow" : "arrow-in"
1980N/A }
1980N/A ]
1980N/A}
1980N/A