mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
12 lines
274 B
JSON
12 lines
274 B
JSON
[
|
|
{
|
|
"id": "data_table_base",
|
|
"type": "component",
|
|
"category": "package",
|
|
"className": "data_table",
|
|
"description": "Base styles for Data Table package",
|
|
"priority": 100,
|
|
"css": ".data_table {\n /* Add package-specific styles here */\n}"
|
|
}
|
|
]
|