Initial commit
This commit is contained in:
23
registry/components/DotGridBackground.json
Normal file
23
registry/components/DotGridBackground.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "DotGridBackground",
|
||||
"description": "Dot pattern background with radial gradient dots and optional 3D perspective effect.",
|
||||
"constraints": {},
|
||||
"propsSchema": {
|
||||
"size?": "'small' | 'medium' | 'large' (default: 'medium')",
|
||||
"perspectiveThreeD?": "boolean (default: false)",
|
||||
"className?": "string"
|
||||
},
|
||||
"usageExample": "<DotGridBackground size=\"medium\" perspectiveThreeD={false} />",
|
||||
"do": [
|
||||
"Use for feature showcases",
|
||||
"Use for capability displays"
|
||||
],
|
||||
"dont": [
|
||||
"Do not use more than 4 items"
|
||||
],
|
||||
"editRules": {
|
||||
"textOnly": true,
|
||||
"layoutLocked": true,
|
||||
"styleLocked": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user