From e260359b4f8ad1fb7e663795278819cc701cb4ce Mon Sep 17 00:00:00 2001 From: Anthony Ricaud Date: Sat, 8 Apr 2023 12:02:35 +0100 Subject: [PATCH] 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) --- stubs/config.full.js | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/config.full.js b/stubs/config.full.js index c32ccd3a0ea2..2dd01c6fd467 100644 --- a/stubs/config.full.js +++ b/stubs/config.full.js @@ -15,6 +15,7 @@ module.exports = { bounce: 'bounce 1s infinite', }, aria: { + busy: 'busy="true"', checked: 'checked="true"', disabled: 'disabled="true"', expanded: 'expanded="true"',