Skip to content

Instantly share code, notes, and snippets.

@vadimkorr
Last active February 28, 2019 08:47
Show Gist options
  • Select an option

  • Save vadimkorr/f1b3e76058d6053b0d5e7e92769ec5cc to your computer and use it in GitHub Desktop.

Select an option

Save vadimkorr/f1b3e76058d6053b0d5e7e92769ec5cc to your computer and use it in GitHub Desktop.
import { makeNotification } from "./makeNotification";
// 'SuccessNotification' component is used for rendering success notifications
export const SuccessNotification = makeNotification(
"check-circle", // icon name
"#dff0d8", // primary color
"#3c763d" // accent color
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment