Skip to content

Commit f77aa47

Browse files
author
Pooya Parsa
committed
feat: add components to build config: list-index, stepper
1 parent a30ffcf commit f77aa47

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: lib/f7-config.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const config = {
2121
'accordion',
2222
'contacts-list',
2323
'virtual-list',
24+
'list-index',
2425

2526
// Timeline
2627
'timeline',
@@ -44,6 +45,7 @@ const config = {
4445
'radio',
4546
'toggle',
4647
'range',
48+
'stepper',
4749
'smart-select',
4850

4951
// Grid
@@ -90,7 +92,10 @@ const config = {
9092
'typography'
9193
],
9294
darkTheme: true,
93-
themes: ['ios', 'md'],
95+
themes: [
96+
'ios',
97+
'md'
98+
],
9499
ios: {
95100
themeColor: '#007aff',
96101
colors: {

0 commit comments

Comments
 (0)