Skip to content

Commit

Permalink
tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Oct 5, 2023
1 parent 1c4dd44 commit 6ec76c7
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/data/material/components/snackbars/snackbars.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,24 @@ waiAria: https://www.w3.org/TR/wai-aria-1.1/#alert

{{"component": "modules/components/ComponentLinkHeader.js"}}

## Basics
## Introduction

The Snackbar provides users updates on an app's processes, temporarily appearing on the screen.
Inspired by Google Keep, this demo shows a basic snackbar with a text element and two actions.

{{"demo": "SimpleSnackbar.js"}}

## Component

### Usage

```jsx
import Snackbar from '@mui/material/Snackbar';
```

Inspired by Google Keep, this demo shows a basic snackbar with a text element and two actions.

{{"demo": "SimpleSnackbar.js"}}
### Anatomy

## Customization
The Snackbar component is composed of... (to-do)

### Position

Expand Down

0 comments on commit 6ec76c7

Please sign in to comment.