UNPKG
@b-design/ui-console-menu
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
React component for Alibaba Cloud.
@b-design/ui-console-menu
/
es
/
styles
/
SubMenu.js
10 lines
(9 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
styled
from
'styled-components'
;
import
{
Nav
}
from
'@b-design/ui'
;
/** *
@public
*/
var
SubMenu
=
styled
(
Nav
.
SubNav
).
withConfig
({
componentId
:
"sc-1232emp-0"
})([
"> div:focus-visible{--console-menu-bg:var(--console-menu-hover-bg,#f7f9fa);}"
]);
export
default
SubMenu
;