Skip to content

Commit f16aa10

Browse files
committedNov 16, 2023
feat: reworks all formkit examples to account for new Regenisis theme
1 parent 82e2168 commit f16aa10

File tree

127 files changed

+1218
-1116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+1218
-1116
lines changed
 
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { genesisIcons } from '@formkit/icons'
2+
3+
export default {
4+
theme: 'genesis', // legacy genesis CSS theme
5+
icons: {
6+
...genesisIcons,
7+
},
8+
}
+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
import { genesisIcons } from "@formkit/icons"
2+
import { rootClasses } from './formkit.theme.js'
13
import { createAutoAnimatePlugin } from '@formkit/addons'
24

35
export default {
46
plugins: [
57
createAutoAnimatePlugin()
6-
]
7-
}
8+
],
9+
icons: {
10+
...genesisIcons
11+
},
12+
config: {
13+
rootClasses
14+
}
15+
}

0 commit comments

Comments
 (0)