Custom data sample

This commit is contained in:
Pine Wu
2019-09-04 09:08:23 -07:00
parent f184129db1
commit 92aff11b9f
9 changed files with 110 additions and 2 deletions

View File

@ -0,0 +1,20 @@
{
"version": 1.1,
"tags": [{
"name": "my-button",
"description": "My button",
"attributes": [{
"name": "type",
"description": "My button type",
"values": [
{ "name": "alert" }
]
}],
"references": [
{
"name": "Bootstrap buttons",
"url": "https://getbootstrap.com/docs/4.0/components/buttons/"
}
]
}]
}