BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
<EjsButton IconCss="e-icons e-media-play">PLAY</EjsButton> @*predefined class defined in style.css file which contains icons*@
<EjsButton IconCss="e-icons e-play-icon">PLAY</EjsButton>
<EjsButton IconCss="e-icons e-plus-01">ADD</EjsButton>
<EjsButton IconCss="e-icons e-plus-icon">ADD</EjsButton>
<style>
.e-play-icon::before { /*custom class to define icon*/
content: '\e798';
}
.e-plus-icon::before {
content: "\e7ba";
}
</style> |