DEV Community

Discussion on: Create a custom toggle component in Vue.js. πŸŽ›

Collapse
 
thepassle profile image
Pascal Schilp

Making it not accessible is not how you make a component. Youve just excluded a lot of people from being able to use the component, and even worse, youve taught a bunch of other people the wrong way to make a component.

If its not accessible, its not finished. β€œAdding” accessibility is not a bonus; its a requirement