Skip to content

stavio12/react-flash-message

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An awesome simple flash notifications component for React applications.

A simple React component to display flash messages

DEMO

demo-widget-toast

USAGE

  <Toast
    type={type}
    message={message}
    duration={3000}
    active={active}
    setActive={setActive}
    position={position}
  />

Properties available - API

Property Description Values accepted
type The alert type error, warning, or success
message The message that will be displayed any string
duration The duration that the toast will appear on screen time in milliseconds
active A boolean value that indicates if the toast is showing or not true or false
setActive A function that controls the active attribute state function
position The position the the toast will be appear on screen bleft, bright, tright, tleft, tcenter, or bcenter
width The width of the widget small, medium, large, or full

Development

Node version

  • Node 14 or less
  • Npm 6

Run project

npm start

Run build

npm run build

Security policy

About

A very simple react flash notification component.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • CSS 18.8%
  • HTML 9.8%
  • SCSS 1.6%