Skip to content

Commit

Permalink
Add aria-busy variant
Browse files Browse the repository at this point in the history
This is useful to show a spinner or dim a region that is updating.

Very useful in conjunction with [Turbo](https://turbo.hotwired.dev/reference/attributes#automatically-added-attributes)
  • Loading branch information
rik authored and RobinMalfait committed Apr 28, 2023
1 parent 1f1a6fa commit bad83ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/config.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
bounce: 'bounce 1s infinite',
},
aria: {
busy: 'busy="true"',
checked: 'checked="true"',
disabled: 'disabled="true"',
expanded: 'expanded="true"',
Expand Down

0 comments on commit bad83ba

Please sign in to comment.