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

![Immagine 2023-04-20 152246](https://user-images.githubusercontent.com/36987854/233380330-37483c58-b5a2-43af-8593-003c2e3e5d70.png) When i turn adapter to static in svelte.config.js the navbar items and links disappear. ![Cattura](https://user-images.githubusercontent.com/36987854/233380371-f9fa4d24-d075-4026-8cb2-67df8557148d.PNG) ### svelte.config.js ``` import adapter from '@sveltejs/adapter-auto'; import { vitePreprocess} from '@sveltejs/kit/vite';...

SvelteKit downloads an extra CSS file `/_app/immutable/assets/Offcanvas.60614438.css` when Sveltestrap is used. The entire contents of the file is as follows: (64 bytes including a newline) ```css .modal-open,.overflow-noscroll{overflow:hidden;padding-right:0} ``` Digging through...

The **'mb-3'** class in **FormGroup** is causing some problems when floating **FormGroup** is used with **InputGroup**. Example: [Svelte REPL](https://svelte.dev/repl/a816c75dc8494f8a94f5a2cbbc1a8ef1?version=3.46.3) This is described in #458.

* Test on current versions of node.js * Update github actions versions

When using Tabs and trying to change the active one programmatically, nothing happens. I can't change the active one at load time but not afterwards (that excludes onMount). Example ```...

classes in FormGroup component is being applied to wrong element causing it to have no effect. code: ``` ``` dom: ![Screenshot 2023-01-30 152322](https://user-images.githubusercontent.com/86112502/215575257-8021f02e-09f8-4020-8a70-a8d670227aac.jpg) as you can see, `.form-check-inline` class should...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

It seems to me that it is currently impossible to easily disable transition of Sveltestrap components? I have two pages with the same ``. When a user switches between those...

When you open a Sveltestrap [Modal](https://sveltestrap.js.org/?path=/story/components--modals) or [Offcanvas](https://sveltestrap.js.org/?path=/story/components--offcanvas) with your keyboard, the focus stays on the background instead of moving to the Modal/Offcanvas (so you can interact with any forms/buttons...

I am a React user, and am having trouble understanding how and when values get updated in svelte. I'm just trying to pass a value into a component updated via...