https://github.com/ribs-organization/ribs-flash-message
This module is used to display little notification message
https://github.com/ribs-organization/ribs-flash-message
flash-messages notification-message ribs-front-component user-experience user-interface
Last synced: 2 months ago
JSON representation
This module is used to display little notification message
- Host: GitHub
- URL: https://github.com/ribs-organization/ribs-flash-message
- Owner: Ribs-organization
- License: mit
- Created: 2017-12-04T11:45:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:10:05.000Z (over 2 years ago)
- Last Synced: 2024-04-24T16:10:31.361Z (about 1 year ago)
- Topics: flash-messages, notification-message, ribs-front-component, user-experience, user-interface
- Language: JavaScript
- Homepage:
- Size: 3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RibsFlashMessage
This module is used to display little notification message
## How install it ?
```
npm install ribs-flash-message
```## How use it ?
You have just to add followings lines to you head in html
```HTML```
And in you file you have can use those blocks
```HTML
test
test
test
```At the end of the body you have to add this script
```HTML```