@mean-stream/ngbx
v0.13.0
Published
[![NPM version](https://badge.fury.io/js/@mean-stream%2Fngbx.svg)](https://www.npmjs.com/package/@mean-stream/ngbx)
Downloads
47
Maintainers
Readme
ngbx
Helpful additional components for ng-bootstrap.
Installation
- Install ng-bootstrap first.
npm install @mean-stream/ngbx
Compatibility
| ngbx | Angular | ng-bootstrap | bootstrap | |------|---------|--------------|-----------| | 0.7 | ^15.2 | ^14 | ^5.2.3 | | 0.8 | ^15.2 | ^14 | ^5.2.3 | | 0.12 | ^16.2 | ^14 | ^5.2.3 |
For older versions, see ng-bootstrap-ext.
Usage
Ngbx provides many standalone modules that can be combined at will.
- Darkmode - Dark theme switches for
bootstrap-darkmode
. - Forms - Simply create forms based on
class-validator
annotations. - Modals - Simplifies modals with
ng-bootstrap
. - Route Tabs - Tabs that are based on Angular Router routes.
- Toasts -
ToastService
fromng-bootstrap
with additional features.