mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
Ok, Just Do It!
This commit is contained in:
33
README.md
Normal file
33
README.md
Normal file
@@ -0,0 +1,33 @@
|
||||

|
||||
|
||||
------------------------
|
||||
|
||||
# BrightSharp.Toolkit
|
||||
## Free WPF Professional Themes and User Controls
|
||||
|
||||
### version 1.0.0
|
||||
|
||||
|
||||
### Install **basic** from nuget package manager (requires .NET 4.0 AnyCPU)
|
||||
```batch
|
||||
PM > Install-Package BrightSharp.Toolkit
|
||||
```
|
||||
|
||||
### Install **extra** from nuget package manager (requires .NET 4.5.2 - x86 or x64)
|
||||
```batch
|
||||
PM > Install-Package BrightSharp.Toolkit.Extra.64
|
||||
```
|
||||
NOTE: Extra controls use [CefSharp package](https://github.com/cefsharp/CefSharp) (x86 or x64 architecture required).
|
||||
In future we will add many different controls, that use HTML5 technologies. Extra package does not depend on basic.
|
||||
|
||||
## How To
|
||||
|
||||
1. [How to Apply Themes](docs/help/apply-themes.md)
|
||||
3. [How to Use HtmlEditor](docs/help/htmleditor.md)
|
||||
|
||||
## Classic Theme
|
||||

|
||||
|
||||
|
||||
## HtmlEditor (CKEditor) Screenshot (Extra package)
|
||||

|
||||
Reference in New Issue
Block a user