Quote from luishp on January 14, 2021, 10:38 am
To include a pure CSS icon library within your project, just copy the minified .css file content and paste it within Project > Properties > Styles. All the icons will be available in both design and run time.
To include any icon in your HTML code use:
<i class="icon-name"></i>
Some libraries may include additional clasess for size, animation... but you can use your own CSS styles and classes too.
Let me know if you have any questions.
Sample app with 3 different libraries attached.
To include a pure CSS icon library within your project, just copy the minified .css file content and paste it within Project > Properties > Styles. All the icons will be available in both design and run time.
To include any icon in your HTML code use:
<i class="icon-name"></i>
Some libraries may include additional clasess for size, animation... but you can use your own CSS styles and classes too.
Let me know if you have any questions.
Sample app with 3 different libraries attached.
Uploaded files:- You need to login to have access to uploads.