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

Bootstrap has some standard color names like primary and secondary which I have used with sveltestrap. But it also has extra colors shown on this page https://getbootstrap.com/docs/5.0/customize/color/ such as gray-100...

Type: Question

Sometimes you might want to add a completely custom offcanvas header. Currently to do this you would have to not pass the `toggle` property so that the close button doesn't...

I have a SvelteKit project and I recently started getting this error: ``` (node:36) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs...

Hi sveltestrap users, I ended up at a role last year that took most of my free time for Sveltestrap; my apologies for lack of response these past few months....

Hi, I got this issue that when I have the Collapsed menu version and I click on elements inside of it my expected response should be for the whole menu...

Type: Bug

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

# Hello sveltestrap team, I have to praise you :D sveltestrap is my favorite UI library. ## Problem and reproduction I needed to place some markup inside of label for...

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.38.2 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

The following example shows the Sveltestrap input behaving differently to a regular input component. ```svelte import { Input } from 'sveltestrap'; let midiPorts = [ { id: '1', name: '1'...