react-link-group
Version:
A ReactJS component for rendering a grouping of clickable links. Clicking a link executes a callback function, passing it the id of the selected link
12 lines • 419 B
HTML
<html>
<head>
<meta charset='utf-8'>
<title><%= htmlWebpackPlugin.options.title %></title>
<meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'>
</head>
<body>
<noscript>You need to enable Javascript to run this application</noscript>
<div id='app'></div>
</body>
</html>