diff --git a/src/views/listbox/ListboxDemo.vue b/src/views/listbox/ListboxDemo.vue new file mode 100644 index 000000000..ff1d2a8a3 --- /dev/null +++ b/src/views/listbox/ListboxDemo.vue @@ -0,0 +1,58 @@ + + + + + Listbox + Listbox is used to select one or more values from a list of items. + + + + + Single + + + Advanced with Templating, Filtering and Multiple Selection + + + + + {{option.brand}} + + + + + + + + + +
Listbox is used to select one or more values from a list of items.