2020-04-16 12:47:56 +02:00
|
|
|
{
|
|
|
|
"categories": [
|
|
|
|
{
|
|
|
|
"name": "Basic",
|
|
|
|
"components": [
|
2020-04-17 11:26:48 +02:00
|
|
|
{
|
|
|
|
"component": "Container",
|
|
|
|
"description": "This component contains things within itself",
|
|
|
|
"icon": "ri-layout-row-fill",
|
|
|
|
"commonProps": {},
|
|
|
|
"type": []
|
|
|
|
},
|
2020-04-16 12:47:56 +02:00
|
|
|
{
|
|
|
|
"component": "Text",
|
2020-04-17 11:26:48 +02:00
|
|
|
"description": "This is a simple text component",
|
|
|
|
"icon": "ri-t-box-fill",
|
2020-04-16 12:47:56 +02:00
|
|
|
"commonProps": {
|
|
|
|
},
|
|
|
|
"type": [
|
|
|
|
{
|
|
|
|
"_component": "@budibase/standard-components/header",
|
|
|
|
"name": "Headline",
|
|
|
|
"icon": "headline",
|
|
|
|
"props": {
|
|
|
|
"type": {
|
|
|
|
"type": "options",
|
|
|
|
"options": [
|
|
|
|
"h1",
|
|
|
|
"h2"
|
|
|
|
],
|
|
|
|
"default": "h1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"_component": "@budibase/standard-components/text",
|
|
|
|
"name": "Paragraph",
|
|
|
|
"icon": "paragraph",
|
|
|
|
"props": {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2020-04-17 11:26:48 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"component": "Button",
|
|
|
|
"description": "A basic html button that is ready for styling",
|
|
|
|
"icon": "ri-radio-button-fill",
|
|
|
|
"commonProps": {},
|
|
|
|
"type": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"component": "Icon",
|
|
|
|
"description": "A basic component for displaying icons",
|
|
|
|
"icon": "ri-sun-fill",
|
|
|
|
"commonProps": {},
|
|
|
|
"type": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"component": "Avatar",
|
|
|
|
"description": "A basic component for rendering an avatar",
|
|
|
|
"icon": "ri-user-smile-fill",
|
|
|
|
"commonProps": {},
|
|
|
|
"type": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"component": "Link",
|
|
|
|
"description": "A basic link component for internal and external links",
|
|
|
|
"icon": "ri-link",
|
|
|
|
"commonProps": {},
|
|
|
|
"type": []
|
2020-04-16 12:47:56 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|