From be61f58eb7f50b7950a701f1d4d1eb64691972cf Mon Sep 17 00:00:00 2001 From: Tree Jamie Date: Mon, 7 Apr 2025 21:04:40 +0100 Subject: [PATCH] props are ways give 'properties' to components. They are flexible; which is nice --- react-foundations/index.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/react-foundations/index.html b/react-foundations/index.html index 531ba05..56e0ba6 100644 --- a/react-foundations/index.html +++ b/react-foundations/index.html @@ -8,14 +8,24 @@