yes 100% compatible whit Wappler
Just to be clear. If I used a template created in Shuffle, I can still use the Wappler Theme Manager to adjust all the bootstrap features like fonts, colours, borders, etc.?
No. Wappler uses itās own json files to generate the css BS file.
Thanks @JonL . Thatās what I thought. I really like the look of Shuffle and the benefits it brings but I just know that there will be design changes needed which will be harder to implement. I love using the Theme Manager so would be keen to continue with that.
@AdrianoLuiz - whatās your process for making design changes later in a projectās development? Do you handcode in the CSS or SASS/LESS files? Do you go back to Shuffle and re-export the files and overwrite them in the Wappler project?
Sorry, lots of questions. TIA.
I do it directly in the code in wappler
with doing it in code, is there a way to get tooling support for autocompletion within wappler?
Example vs code tailwind CSS intelisense?
https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss
Been working on a side with Headless UI and Tailwind.
Bumping this awesome request!
On a side note, Vladimir Kharlampidi, the maker of Framework7 and Swiper, moved to Tailwind and created with Konsta UI an updated āversionā / addon for Framework7 and Ionic using Tailwind.
Missed that, but you could use Tailwind Elements, which is a āreplacementā for the bootstrap components.
But as you said. @George, Tailwind was explicitely build with Frameworks like React, Svelte and Vue in mind, where you have re-usable components that are styled on code base, itās a completely different paradigm, for regular HTML Frontend Dev, you end up with a āinline styleā class mess or @apply
orgies, with very limited benefits.
Ive actually changed my mind on this. I wanted tailwind in wappler, but after ive starting building seriously more.
Keeping my html clean is something im making more as a priority, which tailwind vast amount of classes needed can really make html verbose. And if i need something custom not already in bootstrap, making my own css classes really isnt an issue and then can make my html even cleaner.
I would only consider Tailwind because it allows finer tune via their utility classes which are more flexible than BS. With that in mind draggable bounds could be a thing in the design view.
But for the restā¦in the end you are going to build a library of tailwind components.
Anyway I live in code view so I am not dragging anything anytime soon
That being said BS seems to be putting more
focus on utility classes so maybe for 6.0 itās on par with Tailwind.
Tbh, Tailwind was never created as a replacement for BS or similar frameworks, as Tailwind simply doesnāt provide components, and thatās where it shines: itās build to support modern component frameworks like React, Angular, Vue, Svelte, you name it. Where a button component is a single element, you develop and style separately.
Thereās a tailwind project, that resembles bootstrap components:
I personally believe that BS is sunsetting in the next couple of years. It has it days, like JQuery.
@Teodor @George
Are there any plans whatsoever to integrate Tailwind? Iām asking because Iāve built part of our application with tailwind, but maintenance is extremely hard with Wappler because of the lack of support.
I understand you donāt want to commit, I just want to know if itās even a thing youāre considering.
If not, then Iāll just rebuild it in bootstrap
Tailwind is not really in our plans at the moment.
Thank you Will just rebuild it then