File tree 2 files changed +15
-0
lines changed
core/src/components/slides
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,14 @@ Licensed under MIT
70
70
| ` update ` | Update the underlying slider implementation. Call this if you've added or removed child slides. |
71
71
72
72
73
+ ## CSS Custom Properties
74
+
75
+ | Name | Description |
76
+ | ---------------------------- | ------------------------------------------ |
77
+ | ` --bullet-background ` | Background of the pagination bullets |
78
+ | ` --bullet-background-active ` | Background of the active pagination bullet |
79
+
80
+
73
81
----------------------------------------------
74
82
75
83
* Built with [ StencilJS] ( https://stenciljs.com/ ) *
Original file line number Diff line number Diff line change 5
5
// --------------------------------------------------
6
6
7
7
:host {
8
+ /* *
9
+ * @prop --bullet-background: Background of the pagination bullets
10
+ * @prop --bullet-background-active: Background of the active pagination bullet
11
+ */
12
+
13
+ // TODO: document progress and scroll bar properties once they're working
14
+
8
15
display : block ;
9
16
10
17
user-select : none ;
You can’t perform that action at this time.
0 commit comments