Skip to content

Commit

Permalink
Document aria-busy variant (#1763)
Browse files Browse the repository at this point in the history
This was added back in Tailwind 3.3.3 (tailwindlabs/tailwindcss#10966) but not documented.
  • Loading branch information
rik committed Jan 31, 2024
1 parent 9b046d8 commit 04ff980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/docs/hover-focus-and-other-states.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@ By default we've included modifiers for the most common boolean ARIA attributes:

| Modifier | CSS |
| --- | --- |
| <code className="before:content-none after:content-none">aria-busy</code> | <code className="whitespace-nowrap before:content-none after:content-none"><span className="text-slate-400">&</span>[aria-busy="true"]</code> |
| <code className="before:content-none after:content-none">aria-checked</code> | <code className="whitespace-nowrap before:content-none after:content-none"><span className="text-slate-400">&</span>[aria-checked="true"]</code> |
| <code className="before:content-none after:content-none">aria-disabled</code> | <code className="whitespace-nowrap before:content-none after:content-none"><span className="text-slate-400">&</span>[aria-disabled="true"]</code> |
| <code className="before:content-none after:content-none">aria-expanded</code> | <code className="whitespace-nowrap before:content-none after:content-none"><span className="text-slate-400">&</span>[aria-expanded="true"]</code> |
Expand Down

0 comments on commit 04ff980

Please sign in to comment.