mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Button Styles - Rounded - Cursor change - Hover colour * Centred and Outlined Components * Realigned Everything * Amended Margins * Re-organised File Structure * Tailwind Conversion * cargo fmt * Reduced Button Rounding * Nightly fmt * Reorganised rs structure * New Styling for Grandchild with Grandparent * Rearranged rs * Styles for grandparent to grandchild * Centered * Arranged rs * Styles for Parent to Child * Refactored Child to Parent * Refactored Parent to Child * Refactored Grandchild with Grandparent * Refactored Grandparent to Grandchild * Grammar fix
12 lines
264 B
HTML
12 lines
264 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Yew • Parent-to-Child Communication</title>
|
|
<link data-trunk rel="rust" />
|
|
<link data-trunk rel="sass" href="index.scss" />
|
|
</head>
|
|
|
|
<body class="page"></body>
|
|
</html>
|