Skip to content

Commit d816dbc

Browse files
committed
docs: add NPM badge
1 parent ebf6fc9 commit d816dbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> Convert HTML into React components
44
5+
[![NPM](https://img.shields.io/npm/v/react-from-html.svg)](https://www.npmjs.com/package/react-from-json) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io)
6+
57
## Intro
68

79
`react-from-html` allows you to convert _individual_ DOM nodes into React components. This means you can use React components in non-React contexts.

0 commit comments

Comments
 (0)