0.0.5 • Published 1 year ago
@infinityfx/splash v0.0.5
Splash
React toast notifications for Fluid UI.
Get started
Installation
$ npm i @infinityfx/splashUsage
import { useSplash } from '@infinityfx/splash';
const { splash } = useSplash();
splash({
title: 'My toast',
color: 'green',
icon: <Checkmark />
});