We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb4ec7 commit 13f733eCopy full SHA for 13f733e
src/examples/components.ts
@@ -80,6 +80,8 @@ export const Components = {
80
} else {
81
await webflow.unregisterComponent(hero);
82
}
83
+ },
84
+
85
getVariants: async () => {
86
const component = (await webflow.getAllComponents())[0]
87
const variants = await component.getVariants()
0 commit comments