### Install HandyControls NuGet Package Source: https://github.com/ghost1372/handycontrols/blob/develop/README.md Use this command to install the HandyControls NuGet package into your project. ```powershell Install-Package HandyControls ``` -------------------------------- ### Install NexT Theme Source: https://github.com/ghost1372/handycontrols/blob/develop/doc/themes/next/README.md Clone the NexT theme repository into your Hexo project's themes directory to install it. ```sh cd hexo git clone https://github.com/theme-next/hexo-theme-next themes/next ``` -------------------------------- ### Loading Control Usage Example Source: https://github.com/ghost1372/handycontrols/blob/develop/doc/source/handycontrol/extend_controls/loading/index.md Demonstrates how to use LoadingLine and LoadingCircle controls in XAML, including styling and layout. ```xml ``` -------------------------------- ### Basic TreeView Example Source: https://github.com/ghost1372/handycontrols/blob/develop/doc/source/handycontrol/native_controls/treeView/index.md A basic example demonstrating the structure of a TreeView with nested TreeViewItems. This style is based on TreeViewBaseStyle. ```xml ``` -------------------------------- ### Basic StepBar Example Source: https://github.com/ghost1372/handycontrols/blob/develop/doc/source/handycontrol/extend_controls/stepBar/index.md Demonstrates a basic StepBar with predefined steps. It uses data binding to control the current step and includes navigation buttons. ```xml