mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-10 07:25:34 +00:00
34 lines
714 B
JavaScript
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'},
|
|
],
|
|
},
|
|
]; |