UNPKG

@matt-dunn/react-wireframes

Version:

React component to annotate your components — useful for prototypes and proof of concepts

16 lines (15 loc) 485 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta content="text/html;charset=utf-8" http-equiv="Content-Type" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="keywords" content="wireframe, react" /> <meta name="description" content="React Wireframe Demo" /> <title>Wireframe Test</title> </head> <body> <div id="app"></div> <script src="../index.tsx"></script> </body> </html>