Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons are not displaying in Ionic Angular application #134

Closed
shyamalaUnv opened this issue Nov 29, 2023 · 2 comments
Closed

Icons are not displaying in Ionic Angular application #134

shyamalaUnv opened this issue Nov 29, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@shyamalaUnv
Copy link

I have installed using these commands in ionic angular application

npm install @tsed/tailwind-formio --save
npm install --save-dev postcss-nested@4

and imported these css class in global.scss

@import "~tailwind.css";
@import "~@tsed/tailwind-formio/styles/index.css";

In component using like this

import tailwind from "@tsed/tailwind-formio";
Formio.use(tailwind);
Templates.framework = "tailwind";

form is loading but icons are not displaying
Screen Shot 2023-11-29 at 3 52 10 PM

Can anyone help me on this?

@shyamalaUnv shyamalaUnv added the question Further information is requested label Nov 29, 2023
@Romakita
Copy link
Contributor

Form the readme:

Optionally, you can import fonts and icons:

@import "~formiojs/dist/formio.full.css";
@import "./tailwind.css";
+@import "./fonts/source-sans-pro/index.css";
+@import "./fonts/inconsolata/index.css";
+@import "./fonts/bxicons/index.css";
@import "~@tsed/tailwind-formio/styles/index.css";

Copy link

🎉 Are you happy?

If you appreciated the support, know that it is free and is carried out on personal time ;)

A support, even a little bit makes a difference for me and continues to bring you answers!

github opencollective

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants