Updated readme.

This commit is contained in:
Robin 2016-01-05 17:00:53 +00:00
parent 6bad259b5a
commit f0f54d3060

View File

@ -1,10 +1,12 @@
<img src="http://www.darkui.com/images/logo-850.png">
## DarkUI
Dark themed control and docking library for .NET WinForms.
### About DarkUI
DarkUI is an attempt to create a simple, extensible control library which emulates the look and feel of popular tabbed document interfaces such as Visual Studio, Photoshop, WebStorm, and XCode. Originally just a collection of bug fixes and enhancements built on top of WinForms, it has now evolved in to a fully working docking and control library.
Check out our [GitHub Pages site](http://www.darkui.com).
Check out our [GitHub pages site](http://www.darkui.com).
### How to use
The best way to learn how to use DarkUI is to check out the Example project included with the source code. It'll show you how to use the majority of the forms, controls, and docking components.