feat(mat-snackbar): Support to stacked variant from material design
- Dominant language
- TypeScript
- Stars
- 25k
- Forks
- 6.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 91
Description
### Feature Description
Improve the SimpleSnackBar component to support the css class "mdc-snackbar--stacked" or create a separate component (possibly called "StackedSnackBar").
Native material design example (https://www.npmjs.com/package/@material/snackbar);
```
...
```
Current visual:

New additional visual feature:

Please indicate the option to develop the function: if you should add the support css class in the real and unique component or create a new one component.
### Use Case
Bottom action button of the message (https://m2.material.io/components/snackbars#specs):

Contributor guide
Research direction
Start at the Angular Material SimpleSnackBar entry point and compare its structure with the linked Material Design stacked snackbar example. Determine whether the existing component can expose the mdc-snackbar--stacked class or needs a separate component; done means the stacked layout and bottom action-button use case are supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100