import { Button, Snackbar } from '@gympass/yoga';
The Snackbar has styles variants. Their are success, failure and info.
import { Box, Button, Snackbar } from '@gympass/yoga';
The Snackbar has the ability to close itself automaticaly. To do it, you must provide onClose and duration props.
import { Button, Snackbar } from '@gympass/yoga';
The Snackbar may have an action to do anything you need. To do it, you must provide onAction and actionLabel props.
import { Button, Snackbar } from '@gympass/yoga';
| Prop | Description | Type | Default | Required |
|---|