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

Thanks for the component! Just noticed that using Tooltip inside a view which will disappear and reappear again may crash the app. To fix this we need to check if...

Hides Popover on click outside of itself Useful when bind:isOpen to make Popover interactive but makes it act like Bootstraps original Popover's behaviour usage: ` ... `

``` 1 2 1 is not selected ```

When the `` component has an `href` property, the `disable` props doesn't work. ``` Disabled Button ```

Hi, I just noticed that adding a `feedback` attribute for validation purposes to an `Input` breaks it from its suffix element in an `InputGroup`. I have noticed that changing the...

We ran into an issue which blocked navigation with Routify: https://github.com/sveltech/routify After a lot of research it seems that the animation (fade) of the Alert component blocks the navigation. It's...

Hi, i'm trying to use "sveltestrap" in a sapper test project. I have a problem implementing a login form: when I try to inhibit submit using preventDefault and define a...

**CHANGELOG:** - prevent use querySelector to get elements (bad practice, because our classes could change in future versions) - Check tag, class and content in each test I add the...

I don't know if it is by purpose, but the CardBody element doesn't forward click events. I.e. the following doesn't work: ``` function handleClick() { alert('Card Clicked'); } Title -...

It's been removed in bootstrap 5: https://getbootstrap.com/docs/5.1/components/card/#masonry