Is it possible to add a turbo frame in rails on a custom html tag or add a css class on a turbo frame please?
My problem:
A turbo frame wrap each article and the col-span-2 has no effect, how to move the “col-span-2” class on the turbo-frame tag please?
I have two article preview by row, and when I click on an article, I want have the article in full size, ex:
article | article
article | article
open_article
article | article
article | article
Thanks