We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c566a64 commit 07d430bCopy full SHA for 07d430b
focus/lib/focus-ring.ts
@@ -15,6 +15,10 @@ export class FocusRing extends LitElement {
15
* Makes the focus ring visible.
16
*/
17
@property({type: Boolean, reflect: true}) visible = false;
18
+
19
+ /**
20
+ * Makes the focus ring animate inwards instead of outwards.
21
+ */
22
@property({type: Boolean, reflect: true}) inward = false;
23
24
/**
0 commit comments