Update registry/components/HeroLogo.json
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"textRules": {
|
"textRules": {
|
||||||
"logoText": {
|
"logoText": {
|
||||||
"required": true,
|
"required": true,
|
||||||
"example": "Webild",
|
"example": "North Star Marketing Lab ",
|
||||||
"minChars": 2,
|
"minChars": 2,
|
||||||
"maxChars": 20
|
"maxChars": 20
|
||||||
},
|
},
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
"ariaLabel?": "string (default: 'Hero section')",
|
"ariaLabel?": "string (default: 'Hero section')",
|
||||||
"className?": "string"
|
"className?": "string"
|
||||||
},
|
},
|
||||||
"usageExample": "<ThemeProvider defaultButtonVariant=\"hover-bubble\" defaultTextAnimation=\"entrance-slide\" borderRadius=\"pill\">\n <HeroLogo \n logoText=\"Webild\" \n description=\"Building the future of web design with innovative solutions\" \n buttons={[{ text: 'Get Started', href: 'https://github.com' }, { text: 'Learn More', href: 'about' }]} \n imageSrc=\"/placeholders/placeholder5.jpg\" \n imageAlt=\"Hero background\"\n />\n</ThemeProvider>",
|
"usageExample": "<ThemeProvider defaultButtonVariant=\"hover-bubble\" defaultTextAnimation=\"entrance-slide\" borderRadius=\"pill\">\n <HeroLogo \n logoText=\"North Star Marketing Lab \" \n description=\"Building the future of web design with innovative solutions\" \n buttons={[{ text: 'Get Started', href: 'https://github.com' }, { text: 'Learn More', href: 'about' }]} \n imageSrc=\"/placeholders/placeholder5.jpg\" \n imageAlt=\"Hero background\"\n />\n</ThemeProvider>",
|
||||||
"do": [
|
"do": [
|
||||||
"Use for landing pages",
|
"Use for landing pages",
|
||||||
"Use for feature showcases",
|
"Use for feature showcases",
|
||||||
|
|||||||
Reference in New Issue
Block a user