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

Hi there I came across some issues using collapse within a navbar, with this following issues should be fixed: - Animation triggers when opening a page using a navbar with...

forgot to check the tests after my last contribution

With the following sass that generates a new button variant: ```scss // src/app.scss // include this however you like. @import 'bootstrap'; $twitch-purple: #9146ff; .btn-twitch { @include button-variant($twitch-purple, $twitch-purple); } ```...

since the `ButtonColor` type has every value declared in `Color`, it makes sense to kinda "inherit" its values from it. it would be something like: ```ts // Button.d.ts ... import...

Hi, [Subresource Integrity (SRI)](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) is a security feature that enables browsers to verify that resources they fetch (for example, from a CDN) are delivered without unexpected manipulation. It is important...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script...

dependencies

I am using [Inertia](https://inertiajs.com/links) and [Sveltestrap](https://sveltestrap.js.org/?path=/story/components--navbar). I am trying to add `use:inertia` to a NavLink component but I get the following error: > Actions can only be applied to DOM...

Hi, it seems that the multiselect option is available in Bootstrap and in a sample of the `Inputs` page but it is commented. Is it because it does not work...

When toast header has dark background, there is no way to set toggle button to white. Need an option to add 'btn-close-white' class to it. Maybe add a "toggle-white" prop...