mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* simple counter application with functional components * clean up some comments * use the word 'function' instead of 'functional' Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com> * add the counter functional example package to workspace root cargo toml * add data-trunk link tag in index html * include counter functional into the examples readme file Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
10 lines
180 B
HTML
10 lines
180 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Counter Function Yew</title>
|
|
<link data-trunk rel="rust" />
|
|
</head>
|
|
<body></body>
|
|
</html>
|