We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Can anyone help me on this?
The text was updated successfully, but these errors were encountered:
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";
Sorry, something went wrong.
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!
Romakita
No branches or pull requests
I have installed using these commands in ionic angular application
and imported these css class in global.scss
In component using like this
form is loading but icons are not displaying
Can anyone help me on this?
The text was updated successfully, but these errors were encountered: