-
+
BG
-
+
subtitle
@@ -18,11 +18,11 @@
Title
-
-
+
Info 1111
@@ -32,7 +32,7 @@
-
diff --git a/packages/stage-ui/src/components/Physics/CursorFloating.story.vue b/packages/stage-ui/src/components/Physics/CursorFloating.story.vue
new file mode 100644
index 000000000..b7c1c9a6e
--- /dev/null
+++ b/packages/stage-ui/src/components/Physics/CursorFloating.story.vue
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Card Title
+
+
+ Card description goes here
+
+
+
+
+
+
+
+
+
+
+
diff --git a/packages/stage-ui/src/components/Physics/CursorFloating.vue b/packages/stage-ui/src/components/Physics/CursorFloating.vue
new file mode 100644
index 000000000..ffb7757ed
--- /dev/null
+++ b/packages/stage-ui/src/components/Physics/CursorFloating.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+
+
diff --git a/packages/stage-ui/src/components/Physics/index.ts b/packages/stage-ui/src/components/Physics/index.ts
index 68db51ad0..5d9fe4d55 100644
--- a/packages/stage-ui/src/components/Physics/index.ts
+++ b/packages/stage-ui/src/components/Physics/index.ts
@@ -1 +1,2 @@
+export { default as CursorFloating } from './CursorFloating.vue'
export { default as CursorMomentum } from './CursorMomentum.vue'