A custom control library for Windows Forms that offers a modern and attractive design for your desktop applications.
SiraUI.WinForms provides a set of custom controls that can be easily integrated into your projects directly from the Visual Studio Toolbox. The library includes:
- SiraUIAnimatedWindow: An animatable window for enhanced visual effects.
- SiraUIBorderless: A borderless window for a clean, modern look.
- SiraUIButton: A stylish, modern button.
- SiraUIButtonGradient: A button with gradient color effects.
- SiraUICircleButton: A circular button control.
- SiraUICustomGradientButton: A button with customizable gradient effects.
- SiraUIGradientCircleButton: A circular button with gradient color effects.
- SiraUILabel: A custom label with additional styling options.
- SiraUILinkLabel: A custom link label control.
You can easily install the library via the NuGet Package Manager.
Package Manager Console:
Install-Package SiraUI.WinForms.NET CLI:
Alternatively, you can search for SiraUI.WinForms in the NuGet Package Manager UI in Visual Studio and install it from there.
Usage:
🖼️ Examples
// Simple example of using a SiraUI button
var myButton = new SiraUI.WinForms.SiraUIButton();
myButton.Text = "Click Me";
this.Controls.Add(myButton);
Contributions are welcome! If you have ideas for improvements, new features, or bug fixes, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.