Skip to content

Commit

Permalink
Update Readme.md for Sveltestrap v6
Browse files Browse the repository at this point in the history
  • Loading branch information
bestguy authored Dec 21, 2023
1 parent 5d4a5ea commit e7a761f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
![sveltestrap](./logo.svg)

# Important Note: This project is now hosted at [https://github.com/sveltestrap/sveltestrap](https://github.com/sveltestrap/sveltestrap)

## This repo is the legacy repo for Sveltestrap 5 for use with Svelte 3. No new development will happen here.

sveltestrap.js.org docs now point to @sveltestrap/sveltestrap v6, and the new install/import for sveltestrap v6+ is `npm install @sveltestrap/sveltestrap`
(You can still use sveltestrap v5.x via `npm install sveltestrap`)

We were unable to migrate this repo to the sponsor's org, so please update your imports, stars, bookmarks, etc to https://github.com/sveltestrap/sveltestrap. Our apologies for any confusion.
This repo will eventually be archived.


---

## Bootstrap 5 components for Svelte v3

The goal of this library is to provide all Bootstrap 5 components for a [Svelte](https://svelte.dev) app. Sveltestrap makes it easy to use Bootstrap since there is no need to use Bootstrap component classes, to include Bootstrap's JavaScript, nor depend on jQuery. Sveltestrap is free, open-source software published under the permissive [MIT license.](https://github.com/bestguy/sveltestrap/blob/master/LICENSE) This library was inspired by the [reactstrap](https://reactstrap.github.io) library for React.
Expand Down

0 comments on commit e7a761f

Please sign in to comment.