Skip to content

Commit 421a99d

Browse files
committed
Add more badges
1 parent 2ef3d0b commit 421a99d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

readme.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# html-element-attributes [![Build Status][build-badge]][build-page]
1+
# html-element-attributes
2+
3+
[![Build][build-badge]][build]
4+
[![Downloads][downloads-badge]][downloads]
5+
[![Size][size-badge]][size]
26

37
Map of HTML elements to allowed attributes. Also contains global
48
attributes under `'*'`. Includes attributes from HTML 4, W3C HTML 5,
@@ -60,7 +64,15 @@ attributes which apply to all HTML elements.
6064

6165
[build-badge]: https://img.shields.io/travis/wooorm/html-element-attributes.svg
6266

63-
[build-page]: https://travis-ci.org/wooorm/html-element-attributes
67+
[build]: https://travis-ci.org/wooorm/html-element-attributes
68+
69+
[downloads-badge]: https://img.shields.io/npm/dm/html-element-attributes.svg
70+
71+
[downloads]: https://www.npmjs.com/package/html-element-attributes
72+
73+
[size-badge]: https://img.shields.io/bundlephobia/minzip/html-element-attributes.svg
74+
75+
[size]: https://bundlephobia.com/result?p=html-element-attributes
6476

6577
[npm]: https://docs.npmjs.com/cli/install
6678

0 commit comments

Comments
 (0)