Files
merakiui/src/Models/data.js
2020-05-06 15:03:32 +02:00

34 lines
714 B
JavaScript

export default [
{
name: 'Alert',
components: [
{ name: 'Notification Pop' },
{ name: 'Alert' },
],
},
{
name: 'Heroes',
components: [
{ name: 'Hero With Pattern' },
],
},
{
name: 'Cards',
components: [
{ name: 'Article Card' },
{ name: 'Article Card With Image' },
{ name: 'Product' },
{ name: 'Product Evaluation' },
{ name: 'Testimonial' },
{ name: 'User Details' },
],
},
{
name: 'Forms',
components: [
{name: 'Login'},
{name: 'Subscribe'},
],
},
];