About Customizing Templates

Asked 1 years ago, Updated 1 years ago, 124 views

I wanted to customize the ons-list-item template, so I checked below framework/templates, but the template itself does not exist.
Where is the actual situation?

onsen-ui

2022-09-30 20:58

1 Answers

<ons-list-item> does not have a template.When compiled, classes such as .list__item and .ons-list-item-inner are simply added.

You want to customize it, but you can use the modifier attribute if you just want to look good.
http://ja.onsen.io/reference/ons-list-item.html#modifiers

If you want an elaborate HTML structure, you don't need to use <ons-list> in the first place.


2022-09-30 20:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.