|
381 | 381 | ], |
382 | 382 | "description": "The QLinearProgress component displays a colored loading bar. The bar can either have a determinate progress or an indeterminate animation. It should be used to inform the user that an action is occurring in the background." |
383 | 383 | }, |
| 384 | + "QList": { |
| 385 | + "prefix": "qlist", |
| 386 | + "body": [ |
| 387 | + "q-list(bordered)", |
| 388 | + "\tq-item(${1:clickable}, ${2:v-ripple})", |
| 389 | + "\t\tq-item-section(${3:avatar})", |
| 390 | + "\t\t\tq-icon(color='${4:primary}', name='${5:bluetooth}')", |
| 391 | + "\t\tq-item-section Icon as avatar" |
| 392 | + ], |
| 393 | + "description": "The QList and QItem are a group of components which can work together to present multiple line items vertically as a single continuous element." |
| 394 | + }, |
| 395 | + "QItem": { |
| 396 | + "prefix": "qitem", |
| 397 | + "body": [ |
| 398 | + "q-item", |
| 399 | + "\tq-item-section(top, avatar)", |
| 400 | + "\t\tq-avatar(color='primary', text-color='white', icon='bluetooth')", |
| 401 | + "\tq-item-section", |
| 402 | + "\t\tq-item-label Single line item", |
| 403 | + "\t\tq-item-label(caption, lines='2') Secondary line text.", |
| 404 | + "\tq-item-section(side, top)", |
| 405 | + "\t\tq-item-label(caption) 5 min ago", |
| 406 | + "\t\tq-icon(name='star', color='yellow')" |
| 407 | + ], |
| 408 | + "description": "Lists can encapsulate Items or Item-like components, for example QCollapsible." |
| 409 | + }, |
384 | 410 | "QToolbar": { |
385 | 411 | "prefix": "qtoolbar", |
386 | 412 | "body": [ |
|
501 | 527 | ], |
502 | 528 | "description": "QTable is a Component that allows you to display data in a tabular manner." |
503 | 529 | }, |
504 | | - "QList": { |
505 | | - "prefix": "qlist", |
506 | | - "body": [ |
507 | | - "q-list(${1:highlight})", |
508 | | - "\tq-list-header ${2:Recent chats}", |
509 | | - "\tq-item", |
510 | | - "\t\tq-item-side(avatar='${3:statics/linux-avatar.png}')", |
511 | | - "\t\t\tq-item-main(label='${4:Jim Doe}')", |
512 | | - "\t\t\t\tq-item-side(right, icon='${5:chat_bubble}')" |
513 | | - ], |
514 | | - "description": "Quasar Lists and List Items are a group of components which can work together to present multiple line items vertically as a single continuous element." |
515 | | - }, |
516 | | - "QItem": { |
517 | | - "prefix": "qitem", |
518 | | - "body": [ |
519 | | - "q-item(tag='${1:label}')", |
520 | | - "\tq-item-side", |
521 | | - "\t\t| ${2:", |
522 | | - "\t\tq-checkbox(v-model='checkboxModel') }", |
523 | | - "\tq-item-main", |
524 | | - "\t\tq-item-tile(label) ${3:Notifications}", |
525 | | - "\t\tq-item-tile(sublabel) ${4:Notify me about updates}", |
526 | | - "\tq-item-side(right)", |
527 | | - "\t\t| ${5:", |
528 | | - "\t\tq-item-tile(icon='chat_bubble', color='green') }" |
529 | | - ], |
530 | | - "description": "Lists can encapsulate Items or Item-like components, for example QCollapsible." |
531 | | - }, |
532 | 530 | "QMarkupTable": { |
533 | 531 | "prefix": "qmarkuptable", |
534 | 532 | "body": [ |
|
0 commit comments