neo-toast

1.0.1 • Public • Published

neo-toast

Highly customizable, Beautiful Toasters for React. only ~2kbb file size

NPM JavaScript Style Guide

Install

npm install --save neo-toast

Usage

import React from 'react'
import Toast from 'neo-toast'

const Toaster = ()=> (
  <button onClick={()=>Toast({
            position: 'topLeft',
            type: 'success',
            text: 'created successfully'
        })}>Toast success top left</button>
)

License

MIT © olaysco

Readme

Keywords

none

Package Sidebar

Install

npm i neo-toast

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.11 MB

Total Files

8

Last publish

Collaborators

  • functionx