@swc-uxp-wrappers/sidenav
v2.0.0
Published
UXP wrapper of the @spectrum-web-components/sidenav component
Downloads
3
Readme
Description
For detailed README regarding
@spectrum-web-components/sidenav
refer this linkDetailed specification regarding
@spectrum-web-components/sidenav
support in UXP through@swc-uxp-wrappers/sidenav
refer this link
Usage
yarn add @swc-uxp-wrappers/sidenav
Import the side effectful registration of <sp-sidenav>
via:
import '@swc-uxp-wrappers/sidenav/sp-sidenav.js';
When looking to leverage the Sidenav
base class as a type and/or for extension purposes, do so via:
import { Sidenav } from '@swc-uxp-wrappers/sidenav';
Example
<sp-sidenav></sp-sidenav>
Known Issues
- Tab navigation happens with tab key and not arrow keys
manageTabIndex
attribute is not supported