react-tag-box
Version:
A tagging component in React. Select, create, and delete tags.
18 lines (14 loc) • 450 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReactTagBox</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Work+Sans:400,500">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/violet/0.0.1/violet.min.css">
</head>
<body>
<div id="app"></div>
<script src="/bundle.js"></script>
</body>
</html>