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 think we have an issue with `conditionallyUpdateScrollbar()`. ![image](https://user-images.githubusercontent.com/41120635/72224568-2323ff80-357c-11ea-9205-d7f6d2995c93.png) I'm not an expert here but maybe we can fix this in some way? Forced reflows on low-(very low)-end devices is...

I don't know if this problem is with `svelte-spa-router` or with `sveltestrap`. ### Reproduction here: https://codesandbox.io/s/modern-cache-znqt3 But codesandbox is not the best place for routing issues. You can download project:...

Looks like we don't support many props and event handlers unless specifically added to interface. I need to catch up with Svelte 3 but doesn't look like it supports spread...

Removes process.env crap

Priority: Medium
Type: Refactor

I'm using VS Code 1.72 with extension for Svelte v106.2.0. With Sveltekit rc1 and typescript, I have a lot of errors like below: Argument of type 'typeof ModalHeader' is not...

node.js 16.14.0 package.json: ``` { "name": "myapp", "version": "2.0.0", "private": true, "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview --port 4173", "start": "vite preview --port 4173", "lint":...

Priority: Low
Type: Question

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) to 3.0.1 and updates ancestor dependencies [trim-newlines](https://github.com/sindresorhus/trim-newlines), [meow](https://github.com/sindresorhus/meow) and [get-port-cli](https://github.com/sindresorhus/get-port-cli). These dependencies need to be updated together. Updates `trim-newlines` from 1.0.0 to 3.0.1 Release notes Sourced from trim-newlines's...

dependencies

Dropdown - setActiveFromChild is not working with latest Sveltekit. The 'ACTIVE' class is initialized on mount (based on child element .active classes) for once, but doesn't refresh when child elements...

Type: Bug

We get this warning ``` 12:07:33 [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. @tabler/[email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details....

{...$$restProps} clear year in date field, if you try write it in field by keyboard. ``` import Input from './Input.svelte'; const day18YearsAgo = new Date(); let data = ''; ```...