Add basic lightning justice page

This commit is contained in:
Mononaut
2023-07-09 01:15:05 -04:00
parent 8ad4b952ea
commit 4ba552fe1b
13 changed files with 247 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ export class TruncateComponent {
@Input() link: any = null;
@Input() lastChars: number = 4;
@Input() maxWidth: number = null;
@Input() inline: boolean = false;
@Input() textAlign: 'start' | 'end' = 'start';
rtl: boolean;
constructor(