Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Card component

    This article demonstrates how to use the Card component.

    <RadzenCard class="m-3">
        <h3 class="h5">Contact</h3>
        <div class="d-flex flex-row">
            <RadzenImage Path="@order.Employee?.Photo" Class="rounded-circle float-left mr-3" Style="width: 100px; height: 100px;" />
            <div>
                <div>Employee</div>
                <b>@(order.Employee?.FirstName + " " + order.Employee?.LastName)</b>
                <div class="mt-3">Company</div>
                <b>@order.Customer?.CompanyName</b>
            </div>
        </div>
    </RadzenCard>
    

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a desktop tool that empowers developers to create beautiful business Blazor apps. Develop your Blazor Server and WebAssembly applications visually with familiar WYSIWYG interface.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2023 Radzen. Source Code licensed under MIT