Update registry/components/FooterSimple.json

This commit is contained in:
2026-02-18 22:48:23 +00:00
parent e5f7ec33f0
commit 018b49ead3

View File

@@ -11,7 +11,7 @@
},
"bottomRightText": {
"required": true,
"example": "Made with Webild",
"example": "Made with Proofweb",
"minChars": 2,
"maxChars": 50
},
@@ -53,7 +53,7 @@
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string"
},
"usageExample": "<FooterSimple columns={[{ title: 'Navigate', items: [{ label: 'Home', href: '#' }, { label: 'About', href: '#' }] }, { title: 'Resources', items: [{ label: 'Blog', href: '#' }, { label: 'FAQ', href: '#' }] }, { title: 'Legal', items: [{ label: 'Privacy', href: '#' }, { label: 'Terms', href: '#' }] }]} bottomLeftText=\"© 2025 Company. All rights reserved.\" bottomRightText=\"Made with Webild\" />",
"usageExample": "<FooterSimple columns={[{ title: 'Navigate', items: [{ label: 'Home', href: '#' }, { label: 'About', href: '#' }] }, { title: 'Resources', items: [{ label: 'Blog', href: '#' }, { label: 'FAQ', href: '#' }] }, { title: 'Legal', items: [{ label: 'Privacy', href: '#' }, { label: 'Terms', href: '#' }] }]} bottomLeftText=\"© 2025 Company. All rights reserved.\" bottomRightText=\"Made with Proofweb\" />",
"do": [
"Use for feature showcases",
"Use for capability displays",