new component - infobox (#14027)

* new component: infobox

* comments

* new option

* add comments
This commit is contained in:
Alan Ren
2021-01-22 18:38:10 -08:00
committed by GitHub
parent dd0fa50d32
commit d059032dee
18 changed files with 358 additions and 7 deletions

View File

@@ -139,5 +139,6 @@ export enum ModelComponentTypes {
ListView,
TabbedPanel,
Separator,
PropertiesContainer
PropertiesContainer,
InfoBox
}