Custom Components

What are they, how are they reusable and why

This page is under construction🚧

Building and Customizing

Component API

Implementation API

Usage as an JSON Schema element

{
    "name": "MyComponentName",
    "styleClasses": "",
    "type": "bfcomponent"
}

Usage as an HTML Vue component

<bfcomp name="MyComponent" modelSource="model"   ></bfcomp>

Last updated