Icono

Para mostrar un icono utilizamos el componente, icono.
El componente de área de texto en la JUI representa un HTML <icon/>.

Los iconos disponibles en Adobe Spectrum Icons son compatibles con nuestra aplicación.

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.
},

también se pueden añadir iconos a los botones.

El icono procesado tendrá este aspecto:

icono

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