// Component category definitions
// Added one example category for demonstration purposes
// Feel free to add more categories and components as needed
// This file defines the categories and components for the MCP registry
export const componentCategories = {
Ratings: [
"star-rating-basic",
"star-rating-fractions",
"upvote-rating-basic",
"upvote-rating-animated",
"face-rating-basic",
"face-rating-gradient",
],
AnotherSampleCateogory: [
// Example category for demonstration
"another-component-basic",
"another-component-advanced",
],
// ...add more categories and components as needed
};