component.json revision 3f7f6c6f509699f2bc21cc762b5098bbfc9cc32e
{
"name" : "button",
"displayName": "Button",
"description": "The Button component is a lightweight wrapper for DOM elements that should be treated like a button.",
"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
}
]
}