{
    "name"       : "button",
    "displayName": "Button",
    "description": "YUI's Button component is a mixed-module approach to providing a simple-to-use button that normalizes and enhances the Web browser's default button component.",
    "author"     : "drgath",

    "tags": ["widget", "button", "beta"],
    "use" : ["button"],

    "examples": [
        {
            "name"       : "cssbutton",
            "displayName": "Styling elements with cssbutton",
            "description": "This example shows how you can easily style button and non-button DOM elements to appear as buttons",
            "modules"    : ["cssbutton"],
            "tags"       : ["button"],
            "use"        : ["cssbutton"],
            "hideTableOfContents": false
        },
        {
            "name"       : "button-plugin",
            "displayName": "Enhancing <button> nodes with button-plugin",
            "description": "This example shows a simple, light solution to enhance <button> nodes",
            "modules"    : ["button-plugin", "cssbutton"],
            "tags"       : ["button"],
            "use"        : ["button"],
            "hideTableOfContents": false
        },
        {
            "name"       : "button-basic",
            "displayName": "Basic button widgets",
            "description": "This example demonstrates how to create button widgets",
            "modules"    : ["button"],
            "tags"       : ["button"],
            "use"        : ["button", "widget"],
            "hideTableOfContents": false
        },
        {
            "name"       : "button-group",
            "displayName": "Managing groups of buttons with button-group",
            "description": "This example demonstrates how to create a widget containing a group of buttons",
            "modules"    : ["button-group"],
            "use"        : ["button-group"],
            "tags"       : ["button", "widget"],
            "hideTableOfContents": false
        }
    ]
}
