merakiui/src/models/Components.js

85 lines
2 KiB
JavaScript
Raw Normal View History

2020-08-23 08:50:11 +00:00
export default [
{
name: 'Alerts',
components: [
{ name: 'SuccessPop' },
{ name: 'InfoPop' },
{ name: 'WarningPop' },
{ name: 'ErrorPop' },
{ name: 'NotificationPop' },
{ name: 'SuccessFullWidth' },
{ name: 'InfoFullWidth' },
{ name: 'WarningFullWidth' },
{ name: 'ErrorFullWidth' },
],
},
{
name: 'Authentication',
components: [
{ name: 'SimpleLogin' },
{ name: 'LoginWithSideImage' },
]
},
{
name: 'Cards',
components: [
{ name: 'Article' },
{ name: 'ArticleWithSMIcons' },
{ name: 'ArticleWithImage' },
{ name: 'Product' },
{ name: 'ProductWithEvaluation' },
{ name: 'SimpleProduct' },
{ name: 'Testimonial' },
{ name: 'User' },
{ name: 'UserWithDetails' },
],
},
{
name: 'Forms',
components: [
{ name: 'Simple' },
{ name: 'Newsletter' },
],
},
{
name: 'Navbars',
components: [
{ name: 'ECommerce' },
{ name: 'WithSearch' },
{ name: 'WithAvatar' },
]
},
{
name: 'Heros',
components: [
{ name: 'ECommerce' },
{ name: 'WithImage' },
{ name: 'WithPattern' },
],
},
{
name: 'Sections',
components: [
{ name: 'AboutMe' },
{ name: 'Feature' },
{ name: 'OurTeam' },
{ name: 'ParagraphWithImage' },
]
},
{
name: 'Paginations',
components: [
{ name: 'Simple' },
]
},
{
name: 'Footers',
components: [
{ name: 'Simple' },
{ name: 'WithDetails' },
{ name: 'WithSubscribeForm' },
]
},
]