Skip to content

Commit 8b71aff

Browse files
update documentation
1 parent 3166927 commit 8b71aff

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# string-to-react-component
22

3-
Create React component from string
3+
Dynamically create and render React components from strings at runtime, converting strings to React components for flexible UI generation
44

5-
[![Test coverage](https://codecov.io/gh/dev-javascript/string-to-react-component/graph/badge.svg?token=GT1LU074L2)](https://codecov.io/gh/dev-javascript/string-to-react-component) [![NPM version](http://img.shields.io/npm/v/string-to-react-component.svg?style=flat-square)](http://npmjs.org/package/string-to-react-component) [![node](https://img.shields.io/badge/node.js-%3E=_8.0-green.svg?style=flat-square)](http://nodejs.org/download/) [![React](https://img.shields.io/badge/React-%3E=_16.8.0-green.svg?style=flat-square)](https://react.dev/) [![License](http://img.shields.io/npm/l/string-to-react-component.svg?style=flat-square)](LICENSE) [![npm download](https://img.shields.io/npm/dm/string-to-react-component.svg?style=flat-square)](https://npmjs.org/package/string-to-react-component) [![Build Status](https://travis-ci.org/ly-components/string-to-react-component.png)](https://travis-ci.org/ly-components/string-to-react-component)
5+
[![Test coverage](https://codecov.io/gh/dev-javascript/string-to-react-component/graph/badge.svg?token=GT1LU074L2)](https://codecov.io/gh/dev-javascript/string-to-react-component) [![NPM version](https://img.shields.io/npm/v/string-to-react-component.svg?style=flat-square)](http://npmjs.org/package/string-to-react-component) [![node](https://img.shields.io/badge/node.js-%3E=_8.0-green.svg?style=flat-square)](http://nodejs.org/download/) [![React](https://img.shields.io/badge/React-%3E=_16.8.0-green.svg?style=flat-square)](https://react.dev/) [![License](https://img.shields.io/npm/l/string-to-react-component.svg?style=flat-square)](LICENSE) [![npm download](https://img.shields.io/npm/dm/string-to-react-component.svg?style=flat-square)](https://npmjs.org/package/string-to-react-component) [![Build Status](https://travis-ci.org/ly-components/string-to-react-component.png)](https://travis-ci.org/ly-components/string-to-react-component)
66

77
## Demo
88

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22
"name": "string-to-react-component",
33
"version": "4.0.0",
44
"private": false,
5-
"description": "Create React component from string",
5+
"description": "Dynamically create and render React components from strings at runtime, converting strings to React components for flexible UI generation.",
66
"keywords": [
77
"react",
88
"component",
9+
"string-to-react",
10+
"convert-string-to-react",
11+
"render-react-from-string",
12+
"react-parser",
913
"string",
1014
"element",
1115
"jsx",
16+
"string-to-jsx",
1217
"converter",
1318
"parser",
14-
"string-to-react",
15-
"convert-string-to-react-component"
19+
"dynamic-components",
20+
"runtime-components"
1621
],
1722
"author": {
1823
"name": "dev-javascript",

0 commit comments

Comments
 (0)