UNPKG

react-nbsp

Version:

Adds one or many non-breaking space characters into your JSX

23 lines (22 loc) 601 B
<!doctype html> <head> <title>react-nbsp</title> <link rel="stylesheet" href="example.css"> </head> <body> <div class="container"> <h1>react-nbsp</h1> <h2><a href="https://github.com/kubarium/react-nbsp">View project on GitHub</a></h2> <!-- the example app is rendered into this div --> <div id="app"></div> <div class="hint"> <!-- put any hints about your component example here --> </div> <div class="footer"> Copyright &copy; 2017 Kumsal Obuz. </div> </div> <script src="common.js"></script> <script src="bundle.js"></script> <script src="example.js"></script> </body>