From 25eba07aafe44d58773b94f6d833b1f9c29e6c5a Mon Sep 17 00:00:00 2001 From: saseungmin Date: Sun, 13 Dec 2020 17:48:03 +0900 Subject: [PATCH] [Improve] study list content-loader --- src/components/main/GroupsContentLoader.jsx | 106 ++++++++++++++++++-- 1 file changed, 100 insertions(+), 6 deletions(-) diff --git a/src/components/main/GroupsContentLoader.jsx b/src/components/main/GroupsContentLoader.jsx index cd1c023..5ddfb5f 100644 --- a/src/components/main/GroupsContentLoader.jsx +++ b/src/components/main/GroupsContentLoader.jsx @@ -16,13 +16,107 @@ const GroupsContentLoader = (props) => ( - - - + {/* 테두리 */} + + + + + {/* 내용 */} + + + + + + + {/* 태그 */} + + + - - - + {/* 테두리 */} + + + + + {/* 내용 */} + + + + + + + {/* 태그 */} + + + + + {/* 테두리 */} + + + + + {/* 내용 */} + + + + + + + {/* 태그 */} + + + + + {/* 테두리 */} + + + + + {/* 내용 */} + + + + + + + {/* 태그 */} + + + + + {/* 테두리 */} + + + + + {/* 내용 */} + + + + + + + {/* 태그 */} + + + + + {/* 테두리 */} + + + + + {/* 내용 */} + + + + + + + {/* 태그 */} + + + );