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';
81
81
import ManualExample from './src/simple/manual' ;
82
82
import SimpleFling from './src/simple/fling' ;
83
83
84
- import { Icon } from '@swmansion/icons' ;
85
84
import Lock from './src/v3_api/lock/lock' ;
86
85
import V3Fling from './src/v3_api/fling/fling' ;
87
86
import 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' ;
88
92
89
93
interface Example {
90
94
name : string ;
@@ -107,6 +111,9 @@ const EXAMPLES: ExamplesSection[] = [
107
111
{ name : 'V3 Fling' , component : V3Fling } ,
108
112
{ name : 'Svg' , component : LogicDetectorExample } ,
109
113
{ name : 'Lock' , component : Lock } ,
114
+ { name : 'V3 Hover' , component : V3Hover } ,
115
+ { name : 'V3 Overlap' , component : V3Overlap } ,
116
+ { name : 'V3 Calculator' , component : V3Calculator } ,
110
117
] ,
111
118
} ,
112
119
{
You can’t perform that action at this time.
0 commit comments