1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
budibase/packages/materialdesign-components/components.json
Michael Shanks ee5a4e8c96
MD components library - empty proj (#61)
Added a shell Material Design components packages
2020-01-27 10:59:56 +00:00

12 lines
171 B
JSON

{
"_lib": "./dist/index.js",
"h1": {
"name": "H1",
"description": "An HTML H1 tag",
"props" : {
"text": "string",
"className":"string"
},
"tags": []
}
}