forked from thedevdojo/pines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccordion.json
12 lines (12 loc) · 855 Bytes
/
accordion.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"data" : {
"activeAccordion" : "This will contain the string of the active accordion item (example: 'accordion-1')",
"setActiveAccordion(id)" : "This will set the active accordion with the associated id"
},
"additional_info" : "",
"explanation" : "The accordion UI element on a website is like a digital filing cabinet, revealing and concealing sections of information with a click, granting users the power to navigate the web's vastness while maintaining order and harmony.",
"alert_notification" : {
"title" : "Not seeing the animation?",
"description" : "We are using the <a href=\"https://alpinejs.dev/plugins/collapse\" target=\"_blank\" class=\"underline\">AlpineJS collapse plugin</a> in this example. Simply, include it in your project and you will see the collapse plugin in action."
}
}