Skip to content

Commit c822940

Browse files
author
Luis M Torres
committedJun 4, 2024·
feat: update README with new component documentation
1 parent 647599d commit c822940

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# NGX Bootstrap Components
22

3+
<p >
4+
<a href="https://www.npmjs.com/package/@dotted-labs/ngx-bootstrap-components">
5+
<img src="https://img.shields.io/npm/v/@dotted-labs/ngx-bootstrap-components" alt="NPM">
6+
</a>
7+
<a href="https://www.npmjs.com/package/@dotted-labs/ngx-bootstrap-components">
8+
<img src="https://img.shields.io/npm/dm/@dotted-labs/ngx-bootstrap-components" alt="npm downloads">
9+
</a>
10+
<img src="https://img.shields.io/github/license/dotted-labs/ngx-bootstrap-components" alt="MIT">
11+
</p>
12+
313
This library provides a set of Angular components integrated with Bootstrap, designed to be used with Angular's latest features like signals and the OnPush change detection strategy. The components are standalone, meaning they can be imported directly without the need for an encompassing Angular module.
414

515
## 🚀 Installation

0 commit comments

Comments
 (0)
Please sign in to comment.