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

Haven't kept up with Svelte testing best practices, but this project needs unit tests.. Perhaps try out https://github.com/bahmutov/cypress-svelte-unit-test

help wanted

I am trying to create DropdownMenu in Navbar. Bootstrap specifies dropdown-menu-lg-end class. Using end or end="true" doeas not seams to work. My menu when expanded is still left-aligned: ``` Sample:...

Offcanvas and Accordion don't allow control or adding of classes to OffcanvasBody and AccordionBody

Type: Refactor

I'm somewhat confused by this. When I import a component (just a Button for example), it automatically downloads all other components: ![img](https://user-images.githubusercontent.com/5049892/129493265-2cb7bb81-2543-4a0b-bfe5-5eb2565b323d.png) This makes e.g. reloading very slow since it...

There are a number of Svelte pagers out there of varying quality (svelte-paginate being one that doesn't use Bootstrap). Perhaps it would make sense to have similar capability in SvelteStrap?...

like https://mdbootstrap.com/docs/standard/extended/dropdown-multilevel/#

is it possible to have an example and / or link for a table with search and be able to select a row, launching an event?

**Problem:** Suppose I have a form with an `Accordion` component nested inside. When I expand or collapse using the accordion's header, the form will automatically be submitted. This is because...

Carousel is not implemented: https://getbootstrap.com/docs/4.3/components/carousel/

help wanted

Not sure if this should be a feature request or is out of scope. Can sveltestrap have notification capability with its Toast component?