elm-bootstrap icon indicating copy to clipboard operation
elm-bootstrap copied to clipboard

Responsive and reliable web apps with Elm and Twitter Bootstrap

Results 43 elm-bootstrap issues
Sort by recently updated
recently updated
newest added

which makes example unrunable

Fixes #164 At the moment the vertical ButtonGroup looks like this: ![Bildschirmfoto 2019-09-03 um 15 04 34](https://user-images.githubusercontent.com/42995819/64178729-4e763f80-ce62-11e9-98b8-f090adb9afcd.png) With the changes of this PR it will look like this: ![Bildschirmfoto 2019-09-03...

Hey thank you for the awesome package, we're useing it at work and had found this little issue: In the current version the vertical buttongroups aren’t displayed correctly. ![Bildschirmfoto 2019-09-02...

Hi, thanks for the awesome package. The progress bar current does not render height options properly. According to Bootstrap Doc, the height style should be set on `.progress` rather than...

Since page move happens https://github.com/rundis/elm-bootstrap/blob/f6d739f45a9ee6448dbeddef5000e5fe39e548f5/src/Bootstrap/Modal.elm#L671

Hey! Thanks for this package. Quick question / suggestion: shouldn't `Navbar.container` make the elements **inside** the navbar be wrapped in a `div.container`, like this: ``` .navbar > .container > (...

IMO this should be up to the developer. But you probably made it this way for a reason, so up to you ;)

I have an application which in JS gets the id of the selected Tab pane - and then I can update the contents of the pane Simple example: https://stackoverflow.com/questions/20705905/bootstrap-3-jquery-event-for-active-tab-change $('a[data-toggle="tab"]').on('shown.bs.tab',...

Example: https://ellie-app.com/48ssjKSWZdwa1 Because the image is slightly larger than the text, the menu items don't appear vertically centered in the navbar. Curiously, the brand item is still vertically centered. I...