File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# string-to-react-component
2
2
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
4
4
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 )
6
6
7
7
## Demo
8
8
Original file line number Diff line number Diff line change 2
2
"name" : " string-to-react-component" ,
3
3
"version" : " 4.0.0" ,
4
4
"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. " ,
6
6
"keywords" : [
7
7
" react" ,
8
8
" component" ,
9
+ " string-to-react" ,
10
+ " convert-string-to-react" ,
11
+ " render-react-from-string" ,
12
+ " react-parser" ,
9
13
" string" ,
10
14
" element" ,
11
15
" jsx" ,
16
+ " string-to-jsx" ,
12
17
" converter" ,
13
18
" parser" ,
14
- " string-to-react " ,
15
- " convert-string-to-react-component "
19
+ " dynamic-components " ,
20
+ " runtime-components "
16
21
],
17
22
"author" : {
18
23
"name" : " dev-javascript" ,
You can’t perform that action at this time.
0 commit comments