• BSA Lab.
      home

  • apps
    Welcome
  • dashboard
    Layout
  • web
    Components
    keyboard_arrow_down
    • Lists
      list
    • Cards
      payment
    • Carousels
      recent_actors
    • Expansion panels
      view_day
    • Dialogs
      message
    • Tabs
      tab
    • Steppers
      directions_walk
    • Data tables
      view_module
    • Date/Time Pickers
      today
    • Text fields
      format_indent_increase
    • Forms
      assignment
  • alarm
    Warnings
    keyboard_arrow_down
    • Error-404
      alarm_add
    • Error-500
      alarm_on
    • Maintenance
      build
Vuetify / Components-lists
  • Documentation

  • Vuetify.js Quick-Start
  • Nuxt.js Guide
  • Vue.js Guide
Components - Lists
The "v-list" component is used to display information.
#1 Avatar with 2 lines
Lists can take an array of list items. When given an array, the list component will figure out the classes that are needed depending on what it was given. You can also define headers or dividers within the items array.
  • Today
  • Brunch this weekend?
    Ali Connors — I'll be in your neighborhood doing errands this weekend. Do you want to hang out?

  • Summer BBQ 4
    to Alex, Scott, Jennifer — Wish I could come, but I'm out of town this weekend.

  • Oui oui
    Sandra Adams — Do you have Paris recommendations? Have you ever been?
#2 Avatar with title and action
Lists also contain slots for a more explicit approach. If you choose this approach, remember you must provide additional props for correct spacing. In this example, we have a tile with an avatar, so we must provide an "avatar" property.
  • star
    Jason Oner
  • Travis Howard
  • Ali Connors
  • Cindy Baker
#3 Icon with 2 lines and action
Lists can contain subheaders, dividers, and can contain 1 or more lines. The subtitle will overflow with ellipsis if it extends past one line.
  • Folders
  • folder
    Photos
    Jan 9, 2014
  • folder
    Recipes
    Jan 17, 2014
  • folder
    Work
    Jan 28, 2014

  • Files
  • assignment
    Vacation itinerary
    Jan 20, 2014
  • call_to_action
    Kitchen remodel
    Jan 10, 2014
#4 Avatar with 3 lines
For three line lists, the subtitle will clamp vertically at 2 lines and then ellipsis. If you need more than 3 lines, it is adviced to use a card.
  • Today
  • Brunch this weekend?
    Ali Connors — I'll be in your neighborhood doing errands this weekend. Do you want to hang out?

  • Summer BBQ 4
    to Alex, Scott, Jennifer — Wish I could come, but I'm out of town this weekend.

  • Oui oui
    Sandra Adams — Do you have Paris recommendations? Have you ever been?

  • Birthday gift
    Trevor Hansen — Have any ideas about what we should get Heidi for her birthday?

  • Recipe to try
    Britta Holt — We should eat this: Grate, Squash, Corn, and tomatillo Tacos.
#5 Avatar with title and action
When a lists slot is used, you must manually define whether it contains headers, or if the items contain an avatar. This is required to maintain proper spacing.
  • Recent chat
  • Jason Oner
    chat_bubble
  • Ranee Carlson
    chat_bubble
  • Cindy Baker
    chat_bubble
  • Ali Connors
    chat_bubble

  • Previous chats
  • Travis Howard
#6 Subheadings and dividers
Lists can contain multple subheaders and dividers.
  • General
  • Profile photo
    Change your Google+ profile photo
  • Show your status
    Your status is visible to everyone

  • Hangout notifications
  • check_box_outline_blank
    Notifications
    Allow notifications
  • check_box_outline_blank
    Sound
    Hangouts message
  • check_box_outline_blank
    Video sounds
    Hangouts vidoe call
  • check_box_outline_blank
    Invites
    Notify when receiving invites
#7 Card image with toolbar and list
A list can be combined with a card.
Ali Conners
  • phone
    (650) 555-1234
    Mobile
    chat
  • (323) 555-6789
    Work
    chat

  • mail
    aliconnors@example.com
    Personal
  • ali_connors@example.com
    Work

  • location_on
    1400 Main Street
    Orlando, FL 79938
#8 Title with sub-title, actions and action-text
A list can contain a stack within an action. Ripple and router props can be passed through the main "v-list", to the "v-list-tile" or as a property in the items array.
  • Ali Connors
    Brunch this weekend?
    I'll be in your neighborhood doing errands this weekend. Do you want to hang out?
    15 minstar_border

  • me, Scrott, Jennifer
    Summer BBQ
    Wish I could come, but I'm out of town this weekend.
    2 hrstar_border

  • Sandra Adams
    Oui oui
    Do you have Paris recommendations? Have you ever been?
    6 hrstar_border

  • Trevor Hansen
    Birthday gift
    Have any ideas about what we should get Heidi for her birthday?
    12 hrstar_border

  • Britta Holt
    Recipe to try
    We should eat this: Grate, Squash, Corn, and tomatillo Tacos.
    18hrstar_border
#9 Action with title and sub-title
A list can contain up to 3 lines.
  • User Controls
  • Content filtering
    Set the content filtering level to restrict appts that can be downloaded
  • Password
    Require password for purchase or use password to restrict purchase

  • General
  • check_box_outline_blank
    Notifications
    Notify me about updates to apps or games that I downloaded
  • check_box
    Sound
    Auto-update apps at any time. Data charges may apply
  • check_box_outline_blank
    Auto-add widgets
    Automatically add home screen widgets
#10 Expansion Lists
A list can contain a group of items which will display on click. Expansion lists are also used within the "sidebar" component.
  • local_activity
    Attractions
    keyboard_arrow_down
    • List Item
  • restaurant
    Dining
    keyboard_arrow_down
    • Breakfast & brunch
    • New American
    • Sushi
  • school
    Education
    keyboard_arrow_down
    • List Item
  • directions_run
    Family
    keyboard_arrow_down
    • List Item
  • healing
    Health
    keyboard_arrow_down
    • List Item
  • content_cut
    Office
    keyboard_arrow_down
    • List Item
  • local_offer
    Promotions
    keyboard_arrow_down
    • List Item
#11 Dark scheme
A list can assume the alternate scheme color of dark.
Inbox
  • Today
  • Brunch this weekend?
    Ali Connors — I'll be in your neighborhood doing errands this weekend. Do you want to hang out?

  • Summer BBQ 4
    to Alex, Scott, Jennifer — Wish I could come, but I'm out of town this weekend.

  • Oui oui
    Sandra Adams — Do you have Paris recommendations? Have you ever been?
© 2017 "BSA Lab." - All Rights Reserved