アイコン
Last update: Mon Jul 15 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
作成対象:
- ユーザー
- 管理者
アイコンを表示するには、コンポーネント、アイコンを使用します。
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