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 :)