@kushki/ng-suka
Version:
<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>
10 lines (9 loc) • 343 B
TypeScript
export declare class Avatar {
imgSrc: string;
name: string;
color: 'blue' | 'azure' | 'indigo' | 'purple' | 'pink' | 'red' | 'orange' | 'yellow' | 'lime' | 'green' | 'teal' | 'cyan' | 'gray' | 'gray-dark';
class: string;
size: 'sm' | 'md' | 'lg' | 'xl' | '2xl';
readonly attrClass: string;
getInitials(): string;
}