Bootstrap-compatible
Component props and generated markup are designed to stay close to Bootstrap conventions.
Bootstrap Svelte packages a focused set of Bootstrap-compatible UI primitives for Svelte 5 apps, with live examples and package-local documentation built into this showcase.
Start here
Add the package and import Bootstrap CSS from your app entry point or stylesheet pipeline.
pnpm add @winkintel/bootstrap-svelte
pnpm add svelte@~5.0.0
<script>
import { Alert, Button, Card, Modal } from '@winkintel/bootstrap-svelte';
</script>
<Alert colorVariant="primary" isDismissible>
Ship Bootstrap-native interfaces with Svelte 5.
</Alert>
Explore
Jump into the component pages for live examples, usage snippets, and API notes.
Direction
The showcase is structured to make public package review fast: installation first, examples second, and API details close by.
Component props and generated markup are designed to stay close to Bootstrap conventions.
Use Svelte 5 components, snippets, bindings, and TypeScript-friendly public APIs.
The package-local SvelteKit app is both documentation and a live component showcase.