yew/examples/node_refs/index.html
Udasi Tharani f73f68bdc5
Better NodeRefs Example (#2727)
* redesign node refs example with form validation

* use char for single character string

* update readme

* fix placeholder type
2022-06-12 15:11:13 +02:00

13 lines
233 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Yew • Node Refs</title>
<link data-trunk rel="rust" />
<link data-trunk rel="css" href="./styles.css" />
</head>
<body></body>
</html>