File tree Expand file tree Collapse file tree 4 files changed +714
-1
lines changed Expand file tree Collapse file tree 4 files changed +714
-1
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,14 @@ import LongPressExample from './src/simple/longPress';
8181import ManualExample from './src/simple/manual' ;
8282import SimpleFling from './src/simple/fling' ;
8383
84- import { Icon } from '@swmansion/icons' ;
8584import Lock from './src/v3_api/lock/lock' ;
8685import V3Fling from './src/v3_api/fling/fling' ;
8786import LogicDetectorExample from './src/v3_api/svg/svg' ;
87+ import V3Hover from './src/v3_api/hover/index' ;
88+ import V3Overlap from './src/v3_api/overlap/index' ;
89+ import V3Calculator from './src/v3_api/calculator/index' ;
90+
91+ import { Icon } from '@swmansion/icons' ;
8892
8993interface Example {
9094 name : string ;
@@ -107,6 +111,9 @@ const EXAMPLES: ExamplesSection[] = [
107111 { name : 'V3 Fling' , component : V3Fling } ,
108112 { name : 'Svg' , component : LogicDetectorExample } ,
109113 { name : 'Lock' , component : Lock } ,
114+ { name : 'V3 Hover' , component : V3Hover } ,
115+ { name : 'V3 Overlap' , component : V3Overlap } ,
116+ { name : 'V3 Calculator' , component : V3Calculator } ,
110117 ] ,
111118 } ,
112119 {
You can’t perform that action at this time.
0 commit comments