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

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

As can be clearly seen in [this](https://sveltestrap.js.org/?path=/story/components--formgroup&ref=madewithsvelte.com) page of Sveltestrap's documentation, placeholders are not rendered in floating `FormGroup`s. This seems like a bug because the documentation's provided code has both...

When using the Form component, hitting enter will trigger an on:submit but since there is no way to attach a `|preventDefault` to the event, it will cause a reload. The...

Want to be able to add tooltips to `SVGElement`s

Priority: Low
Severity: Low
Type: Bug

sveltekit latest + svelte 3 + static plugin Given this code: ``` (isOpen = !isOpen)}> menu ``` if I set navbar={true} then the collapsable doesn't work in small screems. If...

Please someone import that option , it`s quite nice to use :)

![inc prop](https://user-images.githubusercontent.com/2175262/162816085-bf838bc2-8f01-4fb4-bf39-e35c0c58a87e.png) The CardHeader component does not extend HTMLElementTagNameMap (neither 'div' nor 'h3') which causes native attributes to be identified as missing (see screenshot above). ``` export interface ICardHeaderProps {...

I opened an issue in sveltekit too: https://github.com/sveltejs/kit/issues/4504 The latest update of sveltekit breaks the poppover element from this repo.

## Summary This PR swaps the attributes for binds and events in the `Input` and `FormCheck` components. ## The Problem As it turns out, the order of these attributes actually...

We could probably improve many components by adding slot supports for headers, etc vs having to manually nest CardHeader, CardFooter, ToastHeader, alert-heading classes, etc.

Type: Refactor