sveltestrap icon indicating copy to clipboard operation
sveltestrap copied to clipboard

Bootstrap 4 & 5 components for Svelte

Results 139 sveltestrap issues
Sort by recently updated
recently updated
newest added

I have a modal that contains an iframe. When I show/hide the modal, the iframe is destroyed and recreated. It'd be great if the modal could be just hidden so...

Type: Refactor

Hi, Following the example from the demo site I'm trying to use the Popover in an Electron app, but I get this (First a warning): > Popper: CSS "margin" styles...

`bind:group={...}` does not work with Input. For example: ```html let scoops = 1; One scoop Two scoops Three scoops ``` https://svelte.dev/examples#group-inputs

bind:value works but bind:this does not work inside Modalbody

https://sveltestrap.js.org/?path=/story/components--dropdown It seems to me that the Alighment EXAMPLE in this URL has an unintended behavior. I believe the right edge of the menu should be aligned with the right...

Is it possible to change the animation used for the navbar, for example? Specifically, I'd like to change the easing function used.

I am at a loss why this isn't working. The on:click clearly fires, but the button text does not update ``` import { Button, } from 'sveltestrap'; let counter =...

Any plans to add autocomplete? There are some svelte autocomplete projects out there, but they either lack async, or the css tends to get messed up. Would love something that...

``` let isOpen = false; About Blog ``` If run `yarn sapper export` the corresponded about and blog pages will not be created. Sapper crawler cannot find these links while...

Hello I am testing sveltestrap in sapper template project and when I copied code for Modals from here: https://bestguy.github.io/sveltestrap/?path=/story/components--modals So Modal cannot close or click to Buttons: ![image](https://user-images.githubusercontent.com/2686906/76682134-bcfa3e00-65f9-11ea-9491-2b422ee82dd9.png) Do you...