SkyBlazor 7.0.5

dotnet add package SkyBlazor --version 7.0.5
NuGet\Install-Package SkyBlazor -Version 7.0.5
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="SkyBlazor" Version="7.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SkyBlazor --version 7.0.5
#r "nuget: SkyBlazor, 7.0.5"
#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 SkyBlazor as a Cake Addin
#addin nuget:?package=SkyBlazor&version=7.0.5

// Install SkyBlazor as a Cake Tool
#tool nuget:?package=SkyBlazor&version=7.0.5

SkyBlazor框架是一个用于前端的Blazor框架。

目前仅提供一个组件:
MoveInPopover组件:响应式移入显示弹出框组件,支持高自由度设计。

7.0.5版本发布更新

可以在组件上添加额外的属性,支持自定义class和id属性。

SkyBlazor框架使用方式:

index.html的<head>元素中插入以下语句:
<link href="_content/SkyBlazor/css/SkyBlazor.bundle.min.css" rel="stylesheet">
<link href="_content/SkyBlazor/css/bootstrap/bootstrap.min.css" rel="stylesheet">

在根目录下的_imports.razor中加入以下语句:
@using SkyBlazor.Component

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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
7.0.5 282 1/17/2023
7.0.4 265 1/16/2023
7.0.3 263 1/13/2023
7.0.2 264 1/12/2023
7.0.1 258 1/12/2023
7.0.0 259 1/12/2023
1.0.0 253 1/12/2023