You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-23Lines changed: 47 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,32 +4,44 @@
4
4
5
5
# bs-elements
6
6
7
-
A **Bootstrap 5–based, framework-agnostic Web Component library** built around the Bootstrap philosophy:<br>
8
-
_class-first markup, minimal abstraction, and a thin DOM wrapper_.
7
+
bs-elements is a **framework-agnostic Web Component library** built around the Bootstrap philosophy.
9
8
10
-
bs-elements augments existing Bootstrap HTML and JavaScript with a **declarative Custom Element API**<br>
11
-
— without hiding, replacing, or reinventing Bootstrap.
9
+
The same HTML markup, styles, JavaScript API, and events you already know, just wrapped in a **declarative Custom Element API** — without hiding, replacing, or reinventing anything. It feels more natural, composable, and built for modern development.
12
10
13
-
## 🎯 Goals
11
+
Use it with vanilla JS or any framework you like.
14
12
15
-
- Expose Bootstrap 5 components as **Custom Elements**
16
-
- Work everywhere: **Vanilla JS, React, Vue, Svelte**
0 commit comments