Material Components
Material Components are modular, meaning developers can pick and choose specific UI elements (such as buttons, cards, text fields) based on their application's requirements. This modularity enhances flexibility and allows for easy integration into existing projects.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Material Snackbar component displays a brief message at the bottom of the screen, often with an optional action. It disappears automatically after a timeout.
Overview
The Material Snackbar is a visible component that displays a short, auto-dismissing message, often used for notifications or confirmations.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | buttonText | String | |
2 | text | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | text | String |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BackgroundColor | Color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | AnimationMode | number | 0 |
2 | AnimationMode | number | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ButtonTextColor | Color | |
2 | ButtonTextColor | Color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Duration | Integer | 0 |
2 | Duration | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TextColor | Color | |
2 | TextColor | Color |