Added more components

This commit is contained in:
Lorenzo Iovino 2023-12-29 04:34:47 +01:00
parent b48ab87cc6
commit d8057be1b4
28 changed files with 436 additions and 31 deletions

View file

@ -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;
}