Update registry/components/FaqSplitText.json

This commit is contained in:
2026-02-19 01:54:53 +00:00
parent e7c96b6e6d
commit 36236b4047

View File

@@ -5,7 +5,7 @@
"textRules": {
"sideTitle": {
"required": true,
"example": "Frequently Asked Questions",
"example": "FAQ",
"minChars": 2,
"maxChars": 100
},
@@ -57,7 +57,7 @@
"ariaLabel?": "string (default: 'FAQ section')",
"className?": "string"
},
"usageExample": "<FaqSplitText faqs={[{id: '1', title: 'How can I be part of Buenro?', content: 'You can join by signing up on our platform.'}, {id: '2', title: 'Can anyone join Buenro?', content: 'Yes! We welcome remote workers and entrepreneurs.'}]} sideTitle=\"Frequently Asked Questions\" textPosition=\"left\" useInvertedBackground={false} />",
"usageExample": "<FaqSplitText faqs={[{id: '1', title: 'How can I be part of Buenro?', content: 'You can join by signing up on our platform.'}, {id: '2', title: 'Can anyone join Buenro?', content: 'Yes! We welcome remote workers and entrepreneurs.'}]} sideTitle=\"FAQ\" textPosition=\"left\" useInvertedBackground={false} />",
"do": [
"Use for help pages",
"Use for support sections",