From ebc09c5062cc7996b0f2aaf879062fc950c2e1c2 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 25 Jan 2023 11:17:37 +0700 Subject: Transaction detail and variant card component --- src/components/elements/DescriptionRow.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/components/elements/DescriptionRow.js (limited to 'src/components/elements/DescriptionRow.js') diff --git a/src/components/elements/DescriptionRow.js b/src/components/elements/DescriptionRow.js new file mode 100644 index 00000000..7fe9e3a1 --- /dev/null +++ b/src/components/elements/DescriptionRow.js @@ -0,0 +1,10 @@ +const DescriptionRow = ({ label, children }) => ( +
+

{ label }

+
+ { children } +
+
+); + +export default DescriptionRow; \ No newline at end of file -- cgit v1.2.3