Today I welcome a new template for my blog by returning to write a post after a very long time!
This WordPress theme is built on top of the latest...
For further actions, you may consider blocking this person and/or reporting abuse
You now have Bootstrap CSS and JavaScript in your application bundle. But how to use the Bootstrap components? As one of the maintainers of Ember Bootstrap I would be glad, if it would be that simple...
Do you mean how to display a modal (for example) from Javascript?
For example. More general speaking: How to wrap a component provided by Bootstrap into a reusable component in Ember framework. How to integrate the lifecycle etc.
I haven't tried yet but in my ideas I had imagined using ember-render-modifiers since the first parameter of the function associated with the did-insert function and the did-update is the html element to which you associate them
@jelhan I was thinking of something like this with
@ember/render-modifiers: codepen.io/davideferre/pen/vYmBVJG