CustomAttributes and or CustomStyles #145
Description
Is your feature request related to a problem? Please describe.
No this is not currently a problem but just a suggestion. Some frameworks come with pre-defined attributes that you need to define for the look and feel.
Describe the solution you'd like
Whist there is a customClass property for fields, perhaps customAttributes and or customStyles that could receive a key value pairs would also suffice. These of course would pick up the css from whatever cascading style sheet file added on the vue project. As an example, the tags for vuetify start with v- and whilst I understand that this is generic, how does one make it work with a particular framework, lets say BootstrapVue for example which depend on additional attributes.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.