silex-website-builder-goodevent
Version:
Free and easy website builder for everyone.
13 lines • 379 B
YAML
name: Test component
description: A simple component which displays a title and a paragraph.
doc: https://github.com/silexlabs/Silex/wiki/Create-Silex-components
category: MyCategory
faIconClass: fa-square
props:
- name: title
type: string
- name: paragraph
type: string
description: 'This is a help text for Silex UI'
default: 'This is the default value'