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 would like to put some text in my navbar. Currently then there doesn't seem to be a mirror for bootstrap's [.navbar-text](https://getbootstrap.com/docs/5.0/components/navbar/#text-1), which means I have to use disabled `NavLink`s....

Dropdown element does have border radius when included within InputGroup https://svelte.dev/repl/4216cf8c4e564d3e9849bc0665c2a8e5?version=3.38.3 Thanks for your contributions!

v5
Type: Bug

https://getbootstrap.com/docs/5.0/components/dropdowns/#auto-close-behavior

v5
Type: Bug

Hi, I`m using sveltestrap in one of my projects and I use Accordion component there. I want to open/close accordion items on events (represented by button on click here), but...

Type: Bug

All three components do similar things (show one at a time out of many), but each have different approaches to controlling this: Carousel uses `activeIndex` Accordion uses `active` on AccordionItem...

Type: Refactor
Type: Bug

Hi, I'm using sveltestrap with svelte kit and wanted to add support for prefetch on navigation links. Is support for svelte kit in the roadmap of this project? If this...

Use correct Bootstrap classes to render animation

Carousel slide and fade animations are not working in v5

If page content is long enough to have a scrollbar on the right side, opening a Modal causes adding "padding-right: 12px;" on . If you open another Modal right after...

If you put another Modal inside of ModalBody, the parent doesn't get grey. It was working fine in `"sveltestrap": "^3.13.0"` https://svelte.dev/repl/f96a0919e17546e4930c52e5d860a6cc?version=3.37.0