Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
What are the extra input elements does onsenui contain?
-
Hi Guys,
As I knew the html5 contain checkbox, radio button, text, text area, select.
What about onsenui?
For e.g ons-switch, and …?Thanks!
-
@Taymindis Hi! You can see them in the docs: https://onsen.io/v2/docs/js.html
-
Hi @Taymindis. With Onsen UI you can still use anything from html5, so don’t worry about those.
For extra provided elements we have a few:
- ons-button
- ons-range
- ons-switch
- ons-fab (Floating Action Button)
- ons-input - wrapper for multiple types of
<input>
(including checkbox and radio etc)
You could also checkout this section of the guide.
And finally while they may not be form elements you may be also interested in:
Also it is possible that I missed something, which is why @Fran-Diox gave you a link to the whole reference :)