Socket
Socket
Sign inDemoInstall

react-awesome-toasts

Package Overview
Dependencies
8
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

dist/index.d.ts

3

package.json
{
"name": "react-awesome-toasts",
"version": "0.0.5",
"version": "0.0.6",
"description": "Higly customisable React toast notifications with automanaged queue",

@@ -12,2 +12,3 @@ "author": "Dmitry Belyaev (https://bananabobby.github.io)",

"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [

@@ -14,0 +15,0 @@ "dist"

@@ -5,8 +5,10 @@ # React Awesome Toasts

- Screen reader accessibility
- Responsive
- Typescript support
- React is the only dependency
- 5kb gzipped
https://bananabobby.github.io/react-awesome-toasts/
- 🎙 Screen reader accessibility
- 📱 Responsive
- 📘 Typescript support
- 📦 React is the only dependency
- 🎉 5kb gzipped
### Get started

@@ -118,11 +120,8 @@

| component | Presentational component for displaying notifications. |
| position `top-right, bottom-right, top-left, bottom-left` | Default: `bottom-left`. Position of the toasts on the screen. |
| position `top-right, bottom-right, top-left, bottom-left, top-center, bottom-center` | Default: `bottom-left`. Position of the toasts on the screen. |
### Roadmap
- Typescript definitions
- Centered position
- Improve accessibility for focused toast actions
- Move Toast component to a separate bundle
- Let toasts hide without animation
- Custom container classnames
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc