formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.89k stars 1.06k forks source link

[Question] Can we use other icons? #3612

Closed oliverbj closed 8 months ago

oliverbj commented 3 years ago

Hi there!

Let me start by saying that Form.io is awesome! What a wonderful and well-crafted package 👍🏽

I was wondering if it was possible to use another icon set than FontAwesome in the builder?:

Skærmbillede 2020-12-28 kl  15 40 02

And if yes, how can I define the icons?

travist commented 3 years ago

Currently we do require font-awesome, but the templates can be overridden to provide your own iconset. See https://github.com/formio/formio.js/blob/master/src/templates/bootstrap/iconClass.js. This method can be overridden to provide different icon sets to show different icons.

olgabann commented 8 months ago

We're currently addressing a backlog of GitHub issues. Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!