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 added the missing support for defining the width of the NavBar internal container using the existing prop named container. I also added the needed documentation for the container width...

I created a new demo project with the standard proccess, then I added the @sveltejs/adapter-static@next plugin. If I npm run dev I get: Error: is not a valid SSR component....

I see the TabContent is reactive and using a context but the active boolean seems to have been missed. Should the active boolean be reactive? > TabPane ```js onMount(() =>...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

Just import it the normal way. Then Vite can use the CJS version on the server-side and ESM version on the client-side. Forcing it to always be ESM breaks SSR...

Hi, I have encountered an issue with several instances of the Collapse component (Collapse, Accordion etc.) where, is the collapse is not open at the time the component is rendered,...

This changes add support for the dropdown auto close behavior described [here](https://getbootstrap.com/docs/5.0/components/dropdowns/#auto-close-behavior) via `autoClose` attribute. This supports all the cases: `default`, `manual`, `inside`, and `outside`. #297

I'm interested in contributing to this project, love the project so far! Looking at your docs I think there could be some more detail and examples. I've spotted some undocumented...

The first click (Button "one" in this case) works as expected: ![image](https://user-images.githubusercontent.com/204121/166102843-4a5600e0-afa1-47b7-afe5-83717bb43d1b.png) At this point, a click on the other button (two) should re-position the Popover to the other button...