bootjack icon indicating copy to clipboard operation
bootjack copied to clipboard

Twitter Bootstrap ported in Dart.

Results 9 bootjack issues
Sort by recently updated
recently updated
newest added

https://github.com/rikulo/bootjack/blob/28cb1807b0882a74cd2435ad5e6eaa2e09367d2c/lib/src/tooltip.dart#L297-L301 The delayed 500ms callback will hide the tooltip/popover. https://user-images.githubusercontent.com/6398934/178932128-94bfaa48-9382-486a-a45e-1c2d275df772.mp4

bug

Just a request for Bootstrap 4+ support. (Bootstrap 4 was released in 18 Jan 2018). Thanks for the lib! Best regards.

Is there any way for us to set a DOM as content? Instead of string, it would be powerful to assign a DOM as a content of a Popover or...

Hi, I'm very excited about this project and just started learning AngularDart and Polymer. Looks like AngularDart now integrates with Polymer templates and shadowDOM. Can I use Bootjack for AngularDart...

Today, I switched between old and discontinued widget.dart bootstrap implementation and bootjack bootstrap implementation. Everything is working better, than discontinued widget.dart library, but there are two problems (this and #22...

Today, I switched between old and discontinued widget.dart bootstrap implementation and bootjack bootstrap implementation. Everything is working better, than discontinued widget.dart library, but there are two problems (this and #23...

For for `` elements within a button group, `data-toggle="buttons-radio"` breaks CSS styling and `data-toggle="buttons"` (official bootstrap styling) does not provide toggle functionality. Styling screenshot (the latter does not provide toggle...

I'd like to compile the stylesheets on my own, right now i have to download them seperatly from the bootstrap repo... would be much nicer if they were shipped alongside...

Was having issues with [collapse](http://getbootstrap.com/javascript/#collapse) not working properly so tried the one of the [examples](http://getbootstrap.com/examples/starter-template/) from Bootstrap 3.0 site. If you reduce the width of the browser the collapse button...