@ngx-bio-components/avatar
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

@ngx-bio-components/avatar

import { BioButtonModule } from '@ngx-bio-components/avatar';
<bio-avatar [avatar]="avatar"></bio-avatar>
export type Avatar = {
    shape?: 'circular' | 'rounded';
    size?: 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
    badgePosition?: 'topRight' | 'bottomRigh';
    badgeColor?: 'gray' | 'red' | 'green';
    img?: string | undefined | null;
    alt?: string;
    placeholder?: string;
    path?: string;
};
Name Description
@Input() avatar: Avatar Avatar input

Ekran Resmi 2022-08-15 17 04 15

Ekran Resmi 2022-08-15 17 04 28

/@ngx-bio-components/avatar/

    Package Sidebar

    Install

    npm i @ngx-bio-components/avatar

    Weekly Downloads

    0

    Version

    0.0.15

    License

    MIT

    Unpacked Size

    88.3 kB

    Total Files

    13

    Last publish

    Collaborators

    • umutyerebakmaz