├── assets ├── icons.png ├── dismissing.png ├── basic-examples.png └── static-examples.png ├── package.json └── README.md /assets/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdbootstrap/bootstrap-flash-messages/main/assets/icons.png -------------------------------------------------------------------------------- /assets/dismissing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdbootstrap/bootstrap-flash-messages/main/assets/dismissing.png -------------------------------------------------------------------------------- /assets/basic-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdbootstrap/bootstrap-flash-messages/main/assets/basic-examples.png -------------------------------------------------------------------------------- /assets/static-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdbootstrap/bootstrap-flash-messages/main/assets/static-examples.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootstrap-flash-messages", 3 | "version": "1.0.1", 4 | "description": "Responsive Flash messages built with the latest Bootstrap 5. Flash messages provide contextual feedback informations for typical user actions with a handful of responsible and flexible messages boxes.", 5 | 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "repository": { 10 | "type": "git", 11 | "url": "git+https://github.com/mdbootstrap/bootstrap-flash-messages.git" 12 | }, 13 | "keywords": [ 14 | "bootstrap", 15 | "bootstrap5", 16 | "bootstrap-theme", 17 | "bootstrap-template", 18 | "bootstrap-flash-messages", 19 | "responsive", 20 | "responsive-design" 21 | ], 22 | "author": "", 23 | "license": "ISC", 24 | "bugs": { 25 | "url": "https://github.com/mdbootstrap/bootstrap-flash-messages/issues" 26 | }, 27 | "homepage": "https://mdbootstrap.com/docs/standard/extended/flash-messages/" 28 | } 29 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | Responsive Flash messages built with the latest Bootstrap 5. Flash messages provide contextual feedback informations for typical user actions with a handful of responsible and flexible messages boxes. 3 | 4 | Check out [Bootstrap Flash messages Documentation](https://mdbootstrap.com/docs/standard/extended/flash-messages) for detailed instructions & even more examples. 5 | 6 | ## Basic examples 7 | 8 | [Bootstrap Flash messages: 9 | ](https://mdbootstrap.com/docs/standard/extended/flash-messages/#section-basic-example) 10 | 11 | ## How to use? 12 | 13 | 1. Download MDB 5 - free UI KIT 14 | 15 | 2. Choose your favourite customized component and click on the image 16 | 17 | 3. Copy & paste the code into your MDB project 18 | 19 | [▶️ Subscribe to YouTube channel for web development tutorials & resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1) 20 | 21 | ## More examples 22 | 23 | [Bootstrap Flash messages static examples: 24 | ](https://mdbootstrap.com/docs/standard/extended/flash-messages/#section-static-example) 25 | 26 | [Bootstrap Flash messages icons: 27 | ](https://mdbootstrap.com/docs/standard/extended/flash-messages/#section-icons) 28 | 29 | [Bootstrap Flash messages dismissing: 30 | ](https://mdbootstrap.com/docs/standard/extended/flash-messages#section-dismissing) 31 | 32 | ___ 33 | 34 | ## More extended Bootstrap documentation 35 | 36 |