CrahunBlazorComponents 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package CrahunBlazorComponents --version 1.0.4
NuGet\Install-Package CrahunBlazorComponents -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CrahunBlazorComponents" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CrahunBlazorComponents --version 1.0.4
#r "nuget: CrahunBlazorComponents, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CrahunBlazorComponents as a Cake Addin
#addin nuget:?package=CrahunBlazorComponents&version=1.0.4

// Install CrahunBlazorComponents as a Cake Tool
#tool nuget:?package=CrahunBlazorComponents&version=1.0.4

BlazorComponents

Useful blazor components

Installation

You can install package from nuget

<PackageReference Include="CrahunBlazorComponents" Version="1.0.3" />

Add bootstrap 4 Css

This library relies on bootstrap 4 so if need it you can link it from the library

<link href="_content/CrahunBlazorComponents/bootstrap/bootstrap.min.css" rel="stylesheet" />

Skeleton table component

<SkeletonTable NumberOfColumns="4" IsLoading="isLoading" ShouldAnimate="true">
    <ChildContent>
        <tr>
            <td>
                Value1
            </td>
            <td>
                Value2
            </td>
        </tr>
    </ChildContent>
    <Head>
        <tr>
            <th>
                Column1
            </th>
            <th>
                Column2
            </th>
        </tr>
    </Head>
</SkeletonTable>

skeleton table demo

Skeleton cards

<SkeletonCards IsLoading="isLoading" ShouldAnimate="true">
    <div class="col-sm-4">
        <div class="card">
            <div class="card-header" data-simplebar>
                <h3 class="card-title">Title</h3>
            </div>
            <div class="card-body" data-simplebar>
                This is the body
            </div>
            <div class="card-footer text-right">
                This is the footer
            </div>
        </div>
    </div>
</SkeletonCards>

skeleton cards demo

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.2 213 11/30/2023
3.2.1 297 6/29/2023
3.1.0 164 6/16/2023
3.0.1 148 6/13/2023
2.5.9 306 2/2/2023
2.5.5 447 10/19/2022
2.5.3 416 10/9/2022
2.5.2 381 10/4/2022
2.4.2 499 3/6/2022
2.4.1 421 2/13/2022
2.4.0 447 2/3/2022
2.3.7 392 9/14/2021
2.3.3 376 8/9/2021
2.2.2 377 5/17/2021
2.2.1 345 5/12/2021
2.2.0 364 5/7/2021
2.1.4 347 5/5/2021
2.1.3 391 4/24/2021
2.1.2 368 4/21/2021
2.1.1 367 4/21/2021
2.0.0 348 4/19/2021
1.3.0 370 3/29/2021
1.2.5 412 3/24/2021
1.2.4 402 3/23/2021
1.1.1 384 3/20/2021
1.1.0 380 3/18/2021
1.0.5 400 11/18/2020
1.0.4 430 11/18/2020