|
Onsen UI CSS is used to create beautiful HTML components. It is one of the most efficient ways to create HTML5 hybrid components that are compatible with both mobile and desktop. Onsen UI CSS Component List Item with Subtitle is used to create the subtitle of the list item using the list-item__subtitle class. Onsen UI CSS Component List Item with Subtitle Class:
Syntax: <ul class="list"> <li class="list-item"> <div class="list-item__center"> <div class="list-item__title"> ... </div> <div class="list-item__subtitle"> ... </div> </div> </li> </ul> Example 1: The following example demonstrates the Onsen UI CSS Component List Item with Subtitle. HTML
Output:
Example 2: The following example demonstrates the Onsen UI CSS Component List Item with Subtitle. HTML
Output:
Reference: https://onsen.io/v2/api/css.html#list-category |
Reffered: https://www.geeksforgeeks.org
CSS |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 9 |