Initial commit
This commit is contained in:
25
registry/components/GradientBarsBackground.json
Normal file
25
registry/components/GradientBarsBackground.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "GradientBarsBackground",
|
||||
"description": "Vertical gradient bars with dynamic height distribution creating a wave-like pattern.",
|
||||
"constraints": {},
|
||||
"propsSchema": {
|
||||
"className?": "string",
|
||||
"numBars?": "number (default: 15)",
|
||||
"gradientFrom?": "string (default: 'var(--color-primary-cta)')",
|
||||
"gradientTo?": "string (default: 'transparent')",
|
||||
"opacity?": "number (default: 0.5)"
|
||||
},
|
||||
"usageExample": "<GradientBarsBackground numBars={15} gradientFrom=\"var(--color-primary-cta)\" gradientTo=\"transparent\" opacity={0.5} />",
|
||||
"do": [
|
||||
"Use for feature showcases",
|
||||
"Use for capability displays",
|
||||
"Use for statistics displays",
|
||||
"Use for achievement showcases"
|
||||
],
|
||||
"dont": [],
|
||||
"editRules": {
|
||||
"textOnly": true,
|
||||
"layoutLocked": true,
|
||||
"styleLocked": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user