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]
44 lines (43 loc) • 957 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "StyleableComponentSchema",
"title": "Styleable Component Schema",
"type": "object",
"properties": {
"name": {
"description": "The name of the styleable component.",
"type": "string"
},
"sizing": {
"type": "boolean",
"x-prompt": "Would you like to use sizing?"
},
"theming": {
"type": "boolean",
"x-prompt": "Would you like to use theming?"
},
"coloring": {
"type": "boolean",
"x-prompt": "Would you like to use coloring?"
}
},
"path": {
"type": "string",
"format": "path",
"description": "The path to create the styleable component.",
"visible": false
},
"project": {
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName"
}
},
"required": [
"name",
"sizing",
"theming",
"coloring"
]
}