17.0.1 • Published 5 months ago

@duxor/mat-right-sheet v17.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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);