Skip to content

Commit bad83ba

Browse files
rikRobinMalfait
authored andcommitted
Add aria-busy variant
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)
1 parent 1f1a6fa commit bad83ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/config.full.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
bounce: 'bounce 1s infinite',
1616
},
1717
aria: {
18+
busy: 'busy="true"',
1819
checked: 'checked="true"',
1920
disabled: 'disabled="true"',
2021
expanded: 'expanded="true"',

0 commit comments

Comments
 (0)