UNPKG

react-wrap-text

Version:

A simple utility to wrap matching substrings in React with custom jsx components

12 lines (11 loc) 209 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Demo</title> </head> <body> <div id="root"></div> <script type="module" src="/App.tsx"></script> </body> </html>