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

In the `Input` component, the order of the `on:xxx` and `bind:xxx` should be swapped, because the values will not be up to date when they are read in the `on:xxx`...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Currently the scrollHeight is being obtained many times **during** the vertical collapse-in animation, causing the animation to be very laggy and jumpy in the latest version of Firefox and some...

Type: Proposal

It doesn't seem possible to add custom ids/classes/attributes to `TabPane` when inside a `TabContent`. This means that it is hard to test the tabs as I cannot add a `data-testid`...

I want to do input tag validation check, but I don't know what to do. I need your help.

The tests have been failing after the PR #447 was merged back in February 2022. This PR simply aims at fixing those.

Type: Bug
Type: Tests

It is confusing doing `npm svelte` then stare at your file system ;-)

In order to get the top security rating, our content security policy (CSP) does not include 'unsafe-inline' for 'style-src'. The one package we use that has inline styles is sveltestrap...

For example, `Pagination`, the example gives: ```svelte import { Pagination, PaginationItem, PaginationLink } from 'sveltestrap'; 1 2 3 4 5 ``` It would be nice to have a component available...

https://github.com/bestguy/sveltestrap/blob/master/src/FormGroup.svelte#L14 Why does FormGroup have margin bottom by default? How to remove it? (Without overloading it with CSS) Thanks