@for (componentCategory of components; track componentCategory) {
{{ componentCategory.label }}
| Item |
@for (component of componentCategory.children; track component) {
|
{{ component.label }}
|
@if (component.component.b2c) {
b2c
}
|
@if (component.component.expert) {
expert
}
|
|
}
}
If a component you need is not listed here, file a GitHub issue.