Kaaviya Nakkeeran
Kaaviya Nakkeeran

Reputation: 1

Form.io react icons not working as expected

Icons on the Form.io forms are not rendering properly in the React application. The expected Font Awesome icons are either missing or not displaying as intended, which affects the user interface and experience.

@import "bootstrap/dist/css/bootstrap.css"; 
@import "formiojs/dist/formio.full.min.css"; 
@import '@fortawesome/fontawesome-svg-core/styles.css';

Package.json

"@formio/react": "^5.3.0-rc.3"
"@fortawesome/fontawesome-free": "^6.5.2"
"formiojs": "^4.19.3"

Upvotes: 0

Views: 83

Answers (0)

Related Questions