Closed Harsh-Modi278 closed 2 months ago
Add lint rule for Spinner component. The Spinner component needs to have following attributes to be accessible:
Screenshot:
Examples of incorrect code for this rule:
<Spinner {...props} />
<Spinner {...props} aria-label="some text" />
<Spinner {...props} aria-live="polite" />
Examples of correct code for this rule:
<Spinner {...props} aria-label="my screen reader text" aria-live="polite" />
@microsoft-github-policy-service agree company="Microsoft"
Add lint rule for Spinner component. The Spinner component needs to have following attributes to be accessible:
Screenshot:
Examples of incorrect code for this rule:
Examples of correct code for this rule: