@duxor/mat-right-sheet
v17.0.1
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
Downloads
2
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);