We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30ffcf commit f77aa47Copy full SHA for f77aa47
lib/f7-config.js
@@ -21,6 +21,7 @@ const config = {
21
'accordion',
22
'contacts-list',
23
'virtual-list',
24
+ 'list-index',
25
26
// Timeline
27
'timeline',
@@ -44,6 +45,7 @@ const config = {
44
45
'radio',
46
'toggle',
47
'range',
48
+ 'stepper',
49
'smart-select',
50
51
// Grid
@@ -90,7 +92,10 @@ const config = {
90
92
'typography'
91
93
],
94
darkTheme: true,
- themes: ['ios', 'md'],
95
+ themes: [
96
+ 'ios',
97
+ 'md'
98
+ ],
99
ios: {
100
themeColor: '#007aff',
101
colors: {
0 commit comments