I am using Onsen UI in my Cordova project, how is it possible to make custom modifier like chevron
, tappable
etc? In documentation it is nothing about this http://onsen.io/guide/overview.html#UsingModifier
I want to make theme switcher and load another css files when e.g. modifier="orange"
or modifier="blue"
. Thx.