Skip to content

Snackbar

Transient feedback at bottom of screen.

import { Snackbar } from '@truongdq01/ui';
<Snackbar open message="Saved" onClose={() => {}} />;
  • Refer to the component props in the API reference or source for advanced configuration.