Dialog Bootstrap renderer

Hi,
is there any ready to use Aurelia Dialog renderer which renders Bootstrap-themed dialog (modals)?

Did you try to google it by chance?

I did. What I forgot to mention is I need working one.

dialogController.slot 

is undefined … I suppose this was working for some older version of aurelia-dialog

besides it uses Bootstrap JS to actually create modal, I was hoping for a simpler theme-only option so I don’t have to include bootstrap js

4 Likes

If you won’t find one and will create one.
Please share it with community.

1 Like

I wrote one for the modal component of aurelia-toolbelt

Besides, you can find another working sample here :point_down:

https://github.com/jedd-ahyoung/bootstrap-dialog-renderer

2 Likes

This could also be fruitful.