component.json revision d8322074e500fd2172fab1e87f45487be026a864
{
"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" : "simple-button",
"displayName": "Button",
"description": "",
"modules" : ["button-base", "cssbutton"],
"tags" : ["button"],
"hideTableOfContents": true
},
{
"name" : "css-button",
"displayName": "CSS Buttons",
"description": "",
"modules" : ["button-base", "cssbutton"],
"tags" : ["button"],
"hideTableOfContents": true
},
{
"name" : "button-group",
"displayName": "Button Group",
"description": "",
"modules" : ["button-group"],
"tags" : ["button", "button-group"],
"hideTableOfContents": true
}
]
}