benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
337 stars 203 forks source link

Add content element for Toasts #1146

Open liveman1 opened 2 years ago

liveman1 commented 2 years ago

It would be great to have a content element to create Toasts! It should then be possible to add various content elements into the Toast, like tabs, carousels etc.

gilbertsoft commented 2 years ago

Thanks for your suggestion. What about the button events, how should we implement in a general way? Same question for your second issue #1147 .

Using e.g. the extension b13/container this should easy be achievable within your Sitepackage.

liveman1 commented 2 years ago

Hi,

this should be an ootb selectable content element utilising bootstrap toasts.

It should be possible to configure the position of the toast. Moreover, it is necessary to set a timeframe to show the Toast. It would be good, if the user would get an option to acknowledge the toast, so that the toast is not shown again, when the user opens the website. The toast should be shown again, if it contains new content.

Modals should be triggered from a link or button, that are used as modal container. The modal can contain all kinds of content elements.

Thanks