aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Inputs/shared.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-03-06 09:44:00 -0800
committerjackyzha0 <[email protected]>2021-03-06 09:44:00 -0800
commitcf59188dff4526a358d0386f8113f542e24fffc2 (patch)
tree79eff89e90909c2391b0fa6eb7e81695d7c88413 /frontend/src/components/Inputs/shared.js
parentbutton styling (diff)
downloadctrl-v-cf59188dff4526a358d0386f8113f542e24fffc2.tar.xz
ctrl-v-cf59188dff4526a358d0386f8113f542e24fffc2.zip
add more css mixins
Diffstat (limited to 'frontend/src/components/Inputs/shared.js')
-rw-r--r--frontend/src/components/Inputs/shared.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/frontend/src/components/Inputs/shared.js b/frontend/src/components/Inputs/shared.js
deleted file mode 100644
index 2f6ee3f..0000000
--- a/frontend/src/components/Inputs/shared.js
+++ /dev/null
@@ -1,10 +0,0 @@
-import styled from "styled-components";
-import React from "react";
-import FloatingLabel from "../decorators/FloatingLabel";
-
-export const Labelled = ({label, value, children}) => <div>
- <FloatingLabel label={label} value={value} >
- <span>{label}</span>
- {children}
- </FloatingLabel>
-</div> \ No newline at end of file