blob: 86c347be9e45cd467a978cbf0fc4c309c19fbfa7 [file] [log] [blame]
/*
* Copyright (c) 2018 StreamNative. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default {
items: [
{
name: 'Dashboard',
url: '/dashboard',
icon: 'icon-speedometer',
badge: {
variant: 'info',
text: 'NEW',
},
},
{
title: true,
name: 'Theme',
wrapper: { // optional wrapper object
element: '', // required valid HTML5 element tag
attributes: {} // optional valid JS object with JS API naming ex: { className: "my-class", style: { fontFamily: "Verdana" }, id: "my-id"}
},
class: '' // optional class names space delimited list for title item ex: "text-center"
},
{
name: 'Colors',
url: '/theme/colors',
icon: 'icon-drop',
},
{
name: 'Typography',
url: '/theme/typography',
icon: 'icon-pencil',
},
{
title: true,
name: 'Components',
wrapper: {
element: '',
attributes: {},
},
},
{
name: 'Base',
url: '/base',
icon: 'icon-puzzle',
children: [
{
name: 'Breadcrumbs',
url: '/base/breadcrumbs',
icon: 'icon-puzzle',
},
{
name: 'Cards',
url: '/base/cards',
icon: 'icon-puzzle',
},
{
name: 'Carousels',
url: '/base/carousels',
icon: 'icon-puzzle',
},
{
name: 'Collapses',
url: '/base/collapses',
icon: 'icon-puzzle',
},
{
name: 'Dropdowns',
url: '/base/dropdowns',
icon: 'icon-puzzle',
},
{
name: 'Forms',
url: '/base/forms',
icon: 'icon-puzzle',
},
{
name: 'Jumbotrons',
url: '/base/jumbotrons',
icon: 'icon-puzzle',
},
{
name: 'List groups',
url: '/base/list-groups',
icon: 'icon-puzzle',
},
{
name: 'Navs',
url: '/base/navs',
icon: 'icon-puzzle',
},
{
name: 'Paginations',
url: '/base/paginations',
icon: 'icon-puzzle',
},
{
name: 'Popovers',
url: '/base/popovers',
icon: 'icon-puzzle',
},
{
name: 'Progress Bar',
url: '/base/progress-bar',
icon: 'icon-puzzle',
},
{
name: 'Switches',
url: '/base/switches',
icon: 'icon-puzzle',
},
{
name: 'Tables',
url: '/base/tables',
icon: 'icon-puzzle',
},
{
name: 'Tabs',
url: '/base/tabs',
icon: 'icon-puzzle',
},
{
name: 'Tooltips',
url: '/base/tooltips',
icon: 'icon-puzzle',
},
],
},
{
name: 'Buttons',
url: '/buttons',
icon: 'icon-cursor',
children: [
{
name: 'Buttons',
url: '/buttons/buttons',
icon: 'icon-cursor',
},
{
name: 'Button dropdowns',
url: '/buttons/button-dropdowns',
icon: 'icon-cursor',
},
{
name: 'Button groups',
url: '/buttons/button-groups',
icon: 'icon-cursor',
},
{
name: 'Brand Buttons',
url: '/buttons/brand-buttons',
icon: 'icon-cursor',
},
],
},
{
name: 'Charts',
url: '/charts',
icon: 'icon-pie-chart',
},
{
name: 'Icons',
url: '/icons',
icon: 'icon-star',
children: [
{
name: 'CoreUI Icons',
url: '/icons/coreui-icons',
icon: 'icon-star',
badge: {
variant: 'info',
text: 'NEW',
},
},
{
name: 'Flags',
url: '/icons/flags',
icon: 'icon-star',
},
{
name: 'Font Awesome',
url: '/icons/font-awesome',
icon: 'icon-star',
badge: {
variant: 'secondary',
text: '4.7',
},
},
{
name: 'Simple Line Icons',
url: '/icons/simple-line-icons',
icon: 'icon-star',
},
],
},
{
name: 'Notifications',
url: '/notifications',
icon: 'icon-bell',
children: [
{
name: 'Alerts',
url: '/notifications/alerts',
icon: 'icon-bell',
},
{
name: 'Badges',
url: '/notifications/badges',
icon: 'icon-bell',
},
{
name: 'Modals',
url: '/notifications/modals',
icon: 'icon-bell',
},
],
},
{
name: 'Widgets',
url: '/widgets',
icon: 'icon-calculator',
badge: {
variant: 'info',
text: 'NEW',
},
},
{
divider: true,
},
{
title: true,
name: 'Extras',
},
{
name: 'Pages',
url: '/pages',
icon: 'icon-star',
children: [
{
name: 'Login',
url: '/login',
icon: 'icon-star',
},
{
name: 'Register',
url: '/register',
icon: 'icon-star',
},
{
name: 'Error 404',
url: '/404',
icon: 'icon-star',
},
{
name: 'Error 500',
url: '/500',
icon: 'icon-star',
},
],
},
{
name: 'Download CoreUI',
url: 'http://coreui.io/react/',
icon: 'icon-cloud-download',
class: 'mt-auto',
variant: 'success',
},
{
name: 'Try CoreUI PRO',
url: 'http://coreui.io/pro/react/',
icon: 'icon-layers',
variant: 'danger',
},
],
};