mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-04 17:24:06 +03:00
Fix example keyboard support
This commit is contained in:
parent
16d95ef9c5
commit
8343bb06b0
@ -39,13 +39,13 @@ example =
|
||||
, categories = [ Layout ]
|
||||
, atomicDesignType = Atom
|
||||
, keyboardSupport =
|
||||
[ { keys = [ Arrow KeyboardSupport.Left ]
|
||||
[ { keys = [ Arrow Left ]
|
||||
, result = "Move the focus & select the radio button to the left"
|
||||
}
|
||||
, { keys = [ Arrow KeyboardSupport.Right ]
|
||||
, { keys = [ Arrow Right ]
|
||||
, result = "Move the focus & select the radio button to the right"
|
||||
}
|
||||
, { keys = [ Arrow KeyboardSupport.Space ]
|
||||
, { keys = [ Space ]
|
||||
, result = "Select the current radio button"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user