1
0
Fork 0
mirror of synced 2024-06-14 08:24:48 +12:00
budibase/packages/builder/src/components/design/AppPreview/componentStructure.json
2021-09-16 22:15:09 +02:00

64 lines
972 B
JSON

[
"section",
"container",
"dataprovider",
"table",
"repeater",
"button",
{
"name": "Form",
"icon": "Form",
"children": [
"form",
"formstep",
"fieldgroup",
"stringfield",
"numberfield",
"passwordfield",
"optionsfield",
"booleanfield",
"longformfield",
"datetimefield",
"attachmentfield",
"relationshipfield",
"daterangepicker",
"multifieldselect"
]
},
{
"name": "Card",
"icon": "Card",
"children": [
"spectrumcard",
"cardstat"
]
},
{
"name": "Chart",
"icon": "GraphBarVertical",
"children": [
"bar",
"line",
"area",
"pie",
"donut",
"candlestick"
]
},
{
"name": "Elements",
"icon": "TextParagraph",
"children": [
"heading",
"text",
"divider",
"image",
"backgroundimage",
"link",
"icon",
"embed"
]
}
]