Skip to content

WPF library with styles from League of Legends Client

License

Notifications You must be signed in to change notification settings

craftersmine/Ui.League

Repository files navigation

craftersmine.Ui.League

WPF Library for styling your application like League of Legends Client

Created under Riot Legal Jibber Jabber GitHub License Nuget Nuget GitHub Releases Discord GitHub Repo stars Maintenance

Controls preview: Controls Preview

Installation:

  • Search for craftersmine.Ui.League in NuGet explorer in Visual Studio (or your IDE)
  • Using NuGet Package Manager: PM> craftersmine.Ui.League
  • Download NuGet package from Releases page and put it in your Local NuGet Feed
  • Download packaged binaries from Releases and link DLL Assembly to your project

Usage:

  • Add resource dictionary to whereever you want to use this styles
<ResourceDictionary.MergedDictionaries>
    <ResourceDictionary Source="pack://application:,,,/craftersmine.Ui.League;component/LeagueUi.xaml"/>
</ResourceDictionary.MergedDictionaries>
This project was created under Riot Games' "Legal Jibber Jabber" policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project.