Getting Started Guide
Step-by-step instructions to implement accessibility features across your digital properties. Everything you need to ensure your content is accessible to all users.
1. Setup Your Environment
Install Ellada's SDK via npm or include our hosted version in your HTML:
// npm
npm install ellada-a11y
// CDN
2. Implement Core Features
Keyboard Navigation
Add focus traversal and keyboard shortcuts to all interactive components.
{ tab: 'next-element', esc: 'close-modal', space: 'activate-toggle' }
ARIA Roles
Apply semantic roles and landmarks to enhance screen reader experience.
role="navigation" aria-label="Main Menu"
3. Advanced Configuration
Testing
Validate your implementation with these tools: