아이콘

아이콘을 표시하려면 구성 요소 아이콘을 사용합니다.
JUI의 텍스트 영역 구성 요소는 html을 나타냅니다 <icon/>.

사용 가능한 아이콘: Adobe 스펙트럼 아이콘 은 앱과 호환됩니다.

const iconJSON =  {
    "component": "icon", //tells the component name
    "icon": "info", // name of the icon to be used
    "size": "S", // size of the icon
    "title": "Information" // tooltip corresponding to the icon.
},

아이콘은 단추에 추가할 수도 있습니다.

렌더링된 아이콘은 다음과 같이 표시됩니다.

아이콘

recommendation-more-help
11125c99-e1a1-4369-b5d7-fb3098b9b178