0.1.16 • Published 7 months ago
@rescui/focus-manager v0.1.16
Tiny helper, which adds data-focus-method attribute to focused elements.
Possible values:
mousekeytouch
Usage
JS:
import FocusManager from '@rescui/focus-manager'
document.addEventListener('DOMContentLoaded', () => {
new FocusManager();
});CSS:
/* Your custom focus styles */
:focus {
outline: 2px solid #087CFA;
}
/* Disable focus outline for touch and mouse interactions */
:focus[data-focus-method="mouse"],
:focus[data-focus-method="touch"] {
outline: none;
}0.1.14-RUI-226-Update-card-cn-6e43cc89.60
8 months ago
0.1.13
11 months ago
0.1.14
10 months ago
0.1.15
8 months ago
0.1.14-RUI-226-Update-card-cn-baacc2f1.68
7 months ago
0.1.14-RUI-230-Update-icons-experiments-64b23ff1.46
10 months ago
0.1.14-RUI-230-Update-icons-experiments-d2083ae2.33
10 months ago
0.1.14-RUI-230-Update-icons-experiments-872b9bf9.39
10 months ago
0.1.14-RUI-230-Update-icons-1bfaa24e.55
8 months ago
0.1.14-RUI-230-Update-icons-a2ea570d.30
10 months ago
0.1.14-RUI-230-Update-icons-6cef94d4.31
10 months ago
0.1.14-RUI-230-Update-icons-6919f9e4.53
9 months ago
0.1.14-RUI-230-Update-icons-d91f5e96.29
10 months ago
0.1.14-RUI-230-Update-icons-tree-shaking-ec76507a.34
10 months ago
0.1.14-RUI-230-Update-icons-7e73b1a0.47
9 months ago
0.1.16
7 months ago
0.1.14-RUI-230-Update-icons-0bd4e5fc.33
10 months ago
0.1.14-RUI-230-Update-icons-experiments-f88ab661.38
10 months ago
0.1.11
1 year ago
0.1.12
1 year ago
0.1.10
1 year ago
0.1.9
1 year ago
0.1.9-test-canary-release-a00fb377.24
1 year ago
0.1.9-test-canary-release.22
1 year ago
0.1.9-test-canary-release.23
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
4 years ago
0.1.0
4 years ago
0.0.5
4 years ago
0.0.4
5 years ago
0.0.3
5 years ago