Gary Thomas
Gary Thomas
Hi, great library. I have a question on how to expose properties of a component to the DOM. It looks like you are iterating through the attributes to expose as...
Perhaps this is more svelte API question, but it's not clear how to test component slots, for example: Badge.svelte: ```html ``` Badge.spec.js: ```javascript describe('Badge', () => { test('should render text',...
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....
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.
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
Offcanvas and Accordion don't allow control or adding of classes to OffcanvasBody and AccordionBody
Carousel is not implemented: https://getbootstrap.com/docs/4.3/components/carousel/
All three components do similar things (show one at a time out of many), but each have different approaches to controlling this: Carousel uses `activeIndex` Accordion uses `active` on AccordionItem...
Use correct Bootstrap classes to render animation
Carousel slide and fade animations are not working in v5