Hello everyone, I'm the wolf at the end of the desert.
Today I introduce a Layui-style WPF open-source control library. Repository info as follows:
Repository URL: https://github.com/Layui-WPF-Team/Layui-WPF
Repository screenshot:

For information about Layui, please click this link. This article does not introduce it. Below, we will appreciate the control source code and existing control screenshots.
Control Source Code
Clone the control repository:
git clone https://github.com/Layui-WPF-Team/Layui-WPF.git
Open with VS. The control solution is as follows:

Looking at a few projects, the target framework defaults to .NET Framework 4.5.2, which is compatible with most platforms. If you need other .NET versions, you can compile and try yourself.
Also, the solution references the log4net library as a logging component and Prism as the MVVM framework. The solution compiles directly without errors:

Set the LayuiApp project as the startup project, successfully run it. Below are screenshots of some controls.
Control Effect Preview
Basic Elements
- Button

- Form

- Tab

- Progress Bar

- Panel

- Collapse Panel

- Transition Animation

- Loading Animation

- Gif Animation
Supports online gif files and local gif files

- Timeline

- Guide Lines

Component Examples
- ToolTip

- Badge

- Popup

- Drawer

- Table
Displays table header merging effect:

- Keyboard
Has several color schemes

Finally, a control menu switch to end the control preview:

Conclusion
Finally, here is the repository link again. If interested, go clone and study. The last commit was 22 hours ago, and the authors (3 contributors) are still actively updating and iterating:
- Layui-WPF: https://github.com/Layui-WPF-Team/Layui-WPF