diff --git a/src/AppMenu.vue b/src/AppMenu.vue index 5a18aaecc..bcecdc480 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -12,6 +12,7 @@ ● Chips ● Dropdown ● Editor + ● InputGroup ● InputSwitch ● InputText ● Listbox diff --git a/src/router.js b/src/router.js index c0176fbca..08d31e4cb 100644 --- a/src/router.js +++ b/src/router.js @@ -101,6 +101,11 @@ export default new Router({ name: 'fullcalendar', component: () => import('./views/fullcalendar/FullCalendarDemo.vue') }, + { + path: '/inputgroup', + name: 'inputgroup', + component: () => import('./views/inputgroup/InputGroupDemo.vue') + }, { path: '/inputswitch', name: 'inputswitch', diff --git a/src/views/inputgroup/InputGroupDemo.vue b/src/views/inputgroup/InputGroupDemo.vue new file mode 100644 index 000000000..c93071efe --- /dev/null +++ b/src/views/inputgroup/InputGroupDemo.vue @@ -0,0 +1,131 @@ + + + + +