And then you immediately make changes to your code, come back, see if the rule is fixed and yeah, you're good to go. It's that easy. And then, right? Uh, one of my most, uh, favorite features here is the access to the colorblindness emulator. So with this emulator, right, what it gives you is it helps you build empathy because you get to see and experience the UI exactly like how someone with colorblindness would come and experience it on the application. So let me, let's say blood vision, right? You get to see. But this why it is important is you'll get to know if the font size is here, right? If you're not able to read it, or if you're not able to like understand something from this, it, it just means that, okay, someone coming with colorblindness also, uh, not able to like see it. So it builds empathy today. Building accessible applications have become overwhelming and for developers, if you actually want them to like start focusing on accessibility, right. The first thing is to build empathy and this tool, right? Helps you build that empathy and also helps you see at things which you wouldn't, wouldn't have been able to see otherwise.
Now coming to the most important thing, how to include accessibility, uh, in your competent library. Now today, let's say if you were building a competent library, and as I told you, right. Um, if you just fix the basic issues, about 60% of your issues are sorted and these issues are so easy to fix. If you just set up the right strategy in place, if you automated and if you do the right things, you will be able to like make your application, uh, 60% accessible in very little time. And then the rest, right? Uh, you can, you can figure it on the go. So let's look at the different things that we will be, uh, covering, or this is my secret sauce of how I implemented accessibility into my competent library. And it has definitely given great results.
Firstly, integrate accessibility at all. So let me show you. So if you have Storybook installed and, uh, which I believe today, most of the people have Storybook otherwise also right. It's very easy and simple to, uh, install integrate. So if you have the Storybook, uh, installed already, it's, it's very, uh, easy to like actually, uh, integrate it. All that you will have to do is you just have to add this add on and then you're good to go. It's that simple. And then you'll, you will see the audits running on all your components. So that is where you start it. Secondly, you will have to choose your rules. Uh, choosing rules are very important because, uh, the rules that I would want, um, to follow, right? Maybe different from what, what that you would want to follow. Maybe you want to follow the basic standards of accessibility, whereas, uh, someone else right. Want to follow all the standards. They were, they would want to like follow the highest standard and then make your, make that application, uh, accessible.
Comments