Update registry/components/FaqSplitText.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user