Hi,
i'm working in a project with the new UI but i can't find them...
Hi Fernando --
What exact UI you are looking for?
We currently have only Bootstrap UI components -- http://devcenter.appery.io/documentat...
Hi.
If i create a "Phone app" i can select theme in "App settings-General" and also import themes (from plugins), but i can't see any options if i create a "Bootstrap AngularJS App".
Regards.
Fernando --
To be clear AngularJS apps are using Bootstrap UI, for more details please check this link - http://angular-ui.github.io/bootstrap...
Hi Illya,
Will themes be supported somehow in the future with bootstrap? Can we override the bootstrap defaults by supplying our own CSS? Is there some best practices if we want to begin adding our own skinning for bootstrap?
Hi Chris -
Thanks for this question. At this moment you can add Bootstrap theme as a CSS asset in builder, but more likely there should be made an additional corrections for the weight of the CSS selectors in the theme.
In our upcoming Appery.io new version of a builder, you'll be able to link themes as external resources and control the order of files connections in your final app.
Hi Illya,
Thank you, I'm happy to hear that themes will be incorporated further. Can you detail a bit more about what you mean by "corrections for the weight of CSS selectors in the theme"?
Thanks,
Chris
E.g. for some CSS selectors should be added !important
precode.favorite {
color: red !important;
font-weight: bold !important;
}/code/pre