fix(slides): document custom properties

references #14850
This commit is contained in:
Cam Wiegert
2018-08-27 11:09:19 -05:00
parent 7356ba5883
commit ecf1eb8325
2 changed files with 15 additions and 0 deletions

View File

@ -70,6 +70,14 @@ Licensed under MIT
| `update` | Update the underlying slider implementation. Call this if you've added or removed child slides. |
## CSS Custom Properties
| Name | Description |
| ---------------------------- | ------------------------------------------ |
| `--bullet-background` | Background of the pagination bullets |
| `--bullet-background-active` | Background of the active pagination bullet |
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*

View File

@ -5,6 +5,13 @@
// --------------------------------------------------
:host {
/**
* @prop --bullet-background: Background of the pagination bullets
* @prop --bullet-background-active: Background of the active pagination bullet
*/
// TODO: document progress and scroll bar properties once they're working
display: block;
user-select: none;