Added more components
This commit is contained in:
parent
b48ab87cc6
commit
d8057be1b4
28 changed files with 436 additions and 31 deletions
|
|
@ -12,4 +12,6 @@ export class SectionComponent {
|
|||
@Input() title: string = '';
|
||||
@Input() titleColor: 'light' | 'dark' = 'light';
|
||||
@Input() backgroundImageUrl: string = '';
|
||||
@Input() backgroundColor: 'light' | 'dark' = 'light';
|
||||
@Input() noHeight: boolean = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue