@duxor/mat-right-sheet
v20.0.0
Published
Run `npm i @duxor/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
Maintainers
Readme
RightSheet
Run npm i @duxor/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);