Is it possible to assign "af-el" to multiple elements with the same class to make them act as a singular component and have content mapped so that the components render content as well?
Also, since we're using BEM, classes are pretty well named, but it looks like Appfairy renames all classes. Any way to make certain classes preserve their original name? e.g. if they start with a prefix, such as abr-c- in our case:
Original class: abr-c-menu__dropdown
Appfairy class: af-class-abr-c-menu__dropdown
Is it possible to assign "af-el" to multiple elements with the same class to make them act as a singular component and have content mapped so that the components render content as well?
Currently, it renders something like this:
And the intended behavior would be something like this
Also, since we're using BEM, classes are pretty well named, but it looks like Appfairy renames all classes. Any way to make certain classes preserve their original name? e.g. if they start with a prefix, such as
abr-c-
in our case:Original class:
abr-c-menu__dropdown
Appfairy class:af-class-abr-c-menu__dropdown
Any thoughts? @DAB0mB
Thanks! Alex