This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.js
More file actions
9 lines (9 loc) · 1.43 KB
/
config.js
File metadata and controls
9 lines (9 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AvatarSampleOrder = [
{ 'path': 'avatar/default', 'component': 'Default', 'name': 'Default', 'description': 'Demo of the pure CSS Essential JS 2 Avatar component displaying profile images in different sizes in both default and circle shapes.', 'order': '01', 'category': 'Avatar' },
{ 'path': 'avatar/types', 'component': 'Types', 'name': 'Types', 'description': 'Demo of the pure CSS Essential JS 2 Avatar components supported media formats for avatar content: images, SVG, initials, font icons, and words.', 'order': '01', 'category': 'Avatar' },
{ 'path': 'avatar/badge', 'component': 'Badge', 'name': 'Badge', 'description': 'Demo integrating the Essential JS 2 Avatar and Badge components to display a notification count on profile images, similar to Gmail.', 'order': '02', 'category': 'Integration' },
{ 'path': 'avatar/listview', 'component': 'Listview', 'name': 'Listview', 'description': 'Demo integrating the Essential JS 2 Avatar and ListView components to display profile images or letters in a mobile contact application.', 'order': '02', 'category': 'Integration' },
{ 'path': 'avatar/card', 'component': 'Card', 'name': 'Card', 'description': 'Demo integrating the Essential JS 2 Avatar and Card components to display business cards for employees with profile images, roles, and responsibilities.', 'order': '02', 'category': 'Integration' }
];