@finastra/sidenav
TypeScript icon, indicating that this package has built-in type declarations

1.8.1 • Public • Published

Sidenav

See it on NPM! How big is this package in your project? Storybook

Simple wrapper for Material's Drawer web component.

Usage

Import

npm i @finastra/sidenav
import '@finastra/sidenav';
...
<fds-sidenav type="">
   <div slot="sidenavContent">
    Sidenav content
  </div>
  <div slot="navigation">
    Navigation content
  </div>
  <div slot="appContent">
    App Content
  </div>
</fds-sidenav>

API

Properties

Property Attribute Type Default
type type ""|"dismissible"|"modal" ""

Methods

Method Type
registerEventLister (): void

Slots

Name Description
appContent Content of the app
navigation Navigational elements
sidenavContent Content of the sidenav

Package Sidebar

Install

npm i @finastra/sidenav

Weekly Downloads

2

Version

1.8.1

License

MIT

Unpacked Size

85.6 kB

Total Files

18

Last publish

Collaborators

  • david.bocle
  • ffdcbot
  • ttalbot