base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
26
liquid/data/questions.json
Normal file
26
liquid/data/questions.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"question": "What makes Tabler different from other UI frameworks?",
|
||||
"answer": "Tabler offers a modern, responsive design with a clean aesthetic, built on Bootstrap for ease of use and flexibility."
|
||||
},
|
||||
{
|
||||
"question": "How can I customize Tabler components to fit my design needs?",
|
||||
"answer": "You can customize Tabler components using CSS variables, SCSS, and utility classes to match your design preferences."
|
||||
},
|
||||
{
|
||||
"question": "Is Tabler optimized for performance and fast loading times?",
|
||||
"answer": "Yes, Tabler is lightweight, optimized for modern browsers, and follows best practices for fast loading and efficiency."
|
||||
},
|
||||
{
|
||||
"question": "How accessible are Tabler components?",
|
||||
"answer": "Tabler components follow WAI-ARIA standards and support keyboard navigation, screen readers, and accessibility best practices."
|
||||
},
|
||||
{
|
||||
"question": "Do Tabler components follow WAI-ARIA standards?",
|
||||
"answer": "Yes, all Tabler components include proper ARIA attributes to ensure accessibility compliance."
|
||||
},
|
||||
{
|
||||
"question": "Does Tabler support keyboard navigation and screen readers?",
|
||||
"answer": "Yes, Tabler components are designed to work seamlessly with keyboard navigation and popular screen readers like NVDA, VoiceOver, and JAWS."
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue