Ionic 6 + ReactJS 18 + TailwindCSS
Budget: $10 – $30 USD
What I need is something simple:
1. You create a blank Ionic 6 + ReactJS 18 project with:
$ ionic start my-test-project tabs --type=react
2. You configure TailwindCSS in it.
3. On the Home Page you have some demo of TailwindCSS working, for example:
<span className="font-bold text-[50px]">Hello World</span>
where:
- "font-bold" is a built in TailwindCSS class. Check: https://tailwindcss.com/docs/font-weight
- "text-[50px]" is an "arbitrary value". Check: https://tailwindcss.com/docs/font-size#arbitrary-values
1. You create a blank Ionic 6 + ReactJS 18 project with:
$ ionic start my-test-project tabs --type=react
2. You configure TailwindCSS in it.
3. On the Home Page you have some demo of TailwindCSS working, for example:
<span className="font-bold text-[50px]">Hello World</span>
where:
- "font-bold" is a built in TailwindCSS class. Check: https://tailwindcss.com/docs/font-weight
- "text-[50px]" is an "arbitrary value". Check: https://tailwindcss.com/docs/font-size#arbitrary-values