Skip to content

MichaelSong99/Layui-WPF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Layui-WPF

这是一个WPF版的Layui前端UI样式库 image image image image image image image image image image image image image image image image image 录制_2022_09_02_12_14_16_634 image image image image image image image image image image Flow 通知 微信截图_20231208222603 image image image image 骨架屏 波纹

Usage

Step 1: 添加LayUI.Wpf Nuget包;

Install-Package LayUI.Wpf

Step 2: 添加代码在 App.xaml 下面:

<Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/LayUI.Wpf;component/Themes/Default.xaml" />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
</Application.Resources>

Step 3: 在目标页面添加需要的控件引用: xmlns:Lay="clr-namespace:LayUI.Wpf.Controls;assembly=LayUI.Wpf"

Step 4: 完成

About

这是一个WPF版的Layui前端UI样式库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%