0.0.5 • Published 1 year ago

@infinityfx/splash v0.0.5

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

Splash

NPM package NPM bundle size Last commit NPM weekly downloads NPM downloads

React toast notifications for Fluid UI.

Get started

Installation

$ npm i @infinityfx/splash

Usage

import { useSplash } from '@infinityfx/splash';

const { splash } = useSplash();

splash({
    title: 'My toast',
    color: 'green',
    icon: <Checkmark />
});
0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago