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
- Stepper – horizontal/vertical stepper with custom labels, error states, theming hooks, and keyboard support.
11
+
- Splitter – resizable horizontal/vertical panes with collapsing, keyboard resizing, and ARIA semantics.
12
+
- Tree – keyboard-accessible tree with optional checkboxes, JSON-style expanders, and expand/collapse helpers.
13
+
- Typeahead – virtualized, debounced search with single/multi select, exact-match selection, and scroll hooks.
11
14
- Angular + Bootstrap first – built for modern Angular (v17–20) and works with plain Bootstrap CSS; Material/Tailwind can be layered via custom styles.
12
15
13
16
## Installation
14
17
15
18
```bash
16
-
npm install ngbootstrap
19
+
npm install @angular-bootstrap/ngbootstrap
17
20
```
18
21
19
22
Make sure your app:
@@ -33,7 +36,7 @@ All components are standalone, so you import them directly into your feature com
0 commit comments