From 0626843843e4bc99274e4733b32df075b0077fd3 Mon Sep 17 00:00:00 2001 From: Ricky <43517912@qq.com> Date: Mon, 17 Aug 2015 10:40:28 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8a09f3..597ec35 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ To initialize: // or create instance by constructor var button = new bizui.Button($('button')); +Customize themes: Theme styles are extracted to [theme-custom.less](https://github.com/bizdevfe/biz-ui/blob/master/src/css/theme-custom.less), to customize themes of your own, just simply mofidy the following colors: @primary-color, @assistant-color and @text-color. + ##API documentation and demos See [http://bizdevfe.github.io/biz-ui](http://bizdevfe.github.io/biz-ui). @@ -53,4 +55,4 @@ Do the code inspection, optimization or API generation here: Licensed under the [MIT license](http://opensource.org/licenses/MIT). ##Feedback -For issues or suggestions please see [biz-ui](https://github.com/bizdevfe/biz-ui) on Github. Thanks for your support! \ No newline at end of file +For issues or suggestions please see [biz-ui](https://github.com/bizdevfe/biz-ui) on Github. Thanks for your support!