mat-right-sheet
v4.0.3-5
Published
Run `npm i mat-right-sheet` and add `MatRightSheetModule` to your modules. For further usage information see the official documentation for [BottomSheet](https://material.angular.io/components/component/bottom-sheet) and replace `BottomSheet` with `RightS
Downloads
318
Maintainers
Readme
RightSheet
Run npm i mat-right-sheet and add MatRightSheetModule to your modules. For further usage information see the official documentation for BottomSheet and replace BottomSheet with RightSheet.
Theme
Include the theming in your stylesheets. For example:
@use "mat-right-sheet/right-sheet-theme" as mrs;
@include mrs.mat-right-sheet-theme($theme);
@include mrs.mat-right-sheet-typography($custom-typography);