sb-element
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]
29 lines (28 loc) • 613 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "PopperComponentSchema",
"title": "Popper Component Schema",
"type": "object",
"properties": {
"name": {
"description": "The name of the popper component.",
"type": "string"
},
"path": {
"type": "string",
"format": "path",
"description": "The path to create the popper component.",
"visible": false
},
"project": {
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName"
}
}
},
"required": [
"name"
]
}