여러 계층을 가지는 <ul> 태그 구현을 위해 Recursion 형태로 구현됨
<ul>
undefiend 가 아닐 경우 content 필드는 <a href> 가 된다.
undefiend
content
<a href>
undefined 가 아닐 경우 content 뒤에 하이퍼링크를 붙인다.
undefined
undefined 가 아닐 경우 content 뒤에 이미지를 붙인다.
'DEFAULT'
Pretendard 에서 font-weight 300 을 DEFAULT 로 사용하고 있다.
https://github.com/uyu423/resume-nextjs/blob/master/component/common/CommonRow.tsx
Generated using TypeDoc
Sample 1
Sample 2