Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/xplat/src/content/en/components/layouts/avatar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Use the avatar to provide a compact visual identity in lists, cards, profile men

<PlatformBlock for="WebComponents, React, Blazor">

<Sample spacing="sm" height={300} src="/layouts/avatar/overview" alt="{Platform} Avatar overview example" />
<Sample noBackground={false} spacing="sm" height={300} src="/layouts/avatar/overview" alt="{Platform} Avatar overview example" />

</PlatformBlock>

<PlatformBlock for="Angular">

<Sample spacing="sm" height={300} src="/layouts/avatar-overview" alt="{Platform} Avatar overview example" />
<Sample noBackground={false} spacing="sm" height={300} src="/layouts/avatar-overview" alt="{Platform} Avatar overview example" />

</PlatformBlock>

Expand Down Expand Up @@ -224,13 +224,13 @@ Set only the content source you intend to show. The Angular avatar renders `src`

<PlatformBlock for="WebComponents, React, Blazor">

<Sample position="center" spacing="sm" height={300} src="/layouts/avatar/variants" alt="{Platform} Avatar variants example" />
<Sample noBackground={false} position="center" spacing="sm" height={300} src="/layouts/avatar/variants" alt="{Platform} Avatar variants example" />

</PlatformBlock>

<PlatformBlock for="Angular">

<Sample position="center" spacing="sm" height={300} src="/layouts/avatar-variants" alt="{Platform} Avatar variants example" />
<Sample noBackground={false} position="center" spacing="sm" height={300} src="/layouts/avatar-variants" alt="{Platform} Avatar variants example" />

</PlatformBlock>

Expand Down Expand Up @@ -272,13 +272,13 @@ Set <ApiLink pkg="core" type="Avatar" member="shape" label="Shape" /> to `square

<PlatformBlock for="WebComponents, React, Blazor">

<Sample position="center" spacing="sm" height={300} src="/layouts/avatar/shape" alt="{Platform} Avatar shape example" />
<Sample noBackground={false} position="center" spacing="sm" height={300} src="/layouts/avatar/shape" alt="{Platform} Avatar shape example" />

</PlatformBlock>

<PlatformBlock for="Angular">

<Sample position="center" spacing="sm" height={300} src="/layouts/avatar-shape" alt="{Platform} Avatar shape example" />
<Sample noBackground={false} position="center" spacing="sm" height={300} src="/layouts/avatar-shape" alt="{Platform} Avatar shape example" />

</PlatformBlock>

Expand Down Expand Up @@ -306,13 +306,13 @@ igc-avatar {

<PlatformBlock for="WebComponents, React, Blazor">

<Sample position="center" spacing="sm" height={300} src="/layouts/avatar/size" alt="{Platform} Avatar size example" />
<Sample noBackground={false} position="center" spacing="sm" height={300} src="/layouts/avatar/size" alt="{Platform} Avatar size example" />

</PlatformBlock>

<PlatformBlock for="Angular">

<Sample position="center" spacing="sm" height={300} src="/layouts/avatar-size" alt="{Platform} Avatar size example" />
<Sample noBackground={false} position="center" spacing="sm" height={300} src="/layouts/avatar-size" alt="{Platform} Avatar size example" />

</PlatformBlock>

Expand Down Expand Up @@ -380,13 +380,13 @@ The avatar exposes a small set of inputs for its content and shape.

<PlatformBlock for="WebComponents, React, Blazor">

<Sample spacing="sm" height={420} src="/layouts/avatar/styling" alt="{Platform} styled Avatar example" />
<Sample noBackground={false} spacing="sm" height={420} src="/layouts/avatar/styling" alt="{Platform} styled Avatar example" />

</PlatformBlock>

<PlatformBlock for="Angular">

<Sample spacing="sm" height={420} src="/layouts/avatar-styling" alt="{Platform} styled Avatar example" />
<Sample noBackground={false} spacing="sm" height={420} src="/layouts/avatar-styling" alt="{Platform} styled Avatar example" />

</PlatformBlock>

Expand Down Expand Up @@ -517,15 +517,15 @@ igx-avatar {

Use Tailwind utility classes with the {ProductName} Avatar when you need utility-first layout styling together with Ignite UI component tokens.

<Sample spacing="sm" height={560} src="/layouts/avatar/tailwind-styling" alt="{Platform} Avatar Tailwind styling example" />
<Sample noBackground={false} spacing="sm" height={560} src="/layouts/avatar/tailwind-styling" alt="{Platform} Avatar Tailwind styling example" />

</PlatformBlock>

<PlatformBlock for="Angular">

Use the Angular Tailwind utility syntax when your application styles Ignite UI components through Tailwind classes.

<Sample height={560} src="/layouts/avatar-tailwind-styling" alt="{Platform} Avatar Tailwind styling example" />
<Sample noBackground={false} height={560} src="/layouts/avatar-tailwind-styling" alt="{Platform} Avatar Tailwind styling example" />

</PlatformBlock>

Expand Down
Loading