Skip to content

control library for Windows Forms that offers a modern and attractive design.

License

Notifications You must be signed in to change notification settings

0Rafas/SiraUI.WinForms

Repository files navigation

SiraUI.WinForms

NuGet License: MIT

A custom control library for Windows Forms that offers a modern and attractive design for your desktop applications.

🌟 Features

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.

🚀 Getting Started

Installation

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);

🤝 Contributing

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.

📜 License

This project is licensed under the MIT License.

About

control library for Windows Forms that offers a modern and attractive design.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages