fv-react-form
Version:
Flexible React form with validation.
28 lines (22 loc) • 528 B
HTML
<html lang="en">
<head>
<title>Examples - Advanced Control</title>
<style>
.Form__error {
color: #ff0000;
}
.Form__label {
font-weight: bolder;
display: block;
}
.Form__group {
margin-bottom: 15px;
}
</style>
</head>
<body>
<div id="root"></div>
<script src="../build/advanced_control.js"></script>
</body>
</html>