updated README.md file. Added documentation for 'theme' parameter.

This commit is contained in:
wujekbogdan 2015-12-09 22:01:10 +01:00
parent eddd2c2731
commit 6fbfd5c90d

View File

@ -316,6 +316,10 @@ When set to false, when clicking on a rail, the click event will be allowed to p
When set to true, you can scroll the container by selecting text and move the cursor. When set to true, you can scroll the container by selecting text and move the cursor.
**Default: false** **Default: false**
### theme
A string. It's a class name added to the container element. The class name is prepended with `ps-theme-`. So default theme class name is `ps-theme-default`. In order to create custom themes with scss use `.ps-container($theme)` mixin, where `$theme` is a scss map. Look at `themes.scss` as a reference for how to create custom themes.
**Default: default**
## Events ## Events
perfect-scrollbar dispatches custom events. perfect-scrollbar dispatches custom events.