From f87ca654262b7183f2025cd4b062003fb669bfe8 Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 13 Aug 2020 11:09:05 +0100 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf33f7a..b67d307 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ## TODO +* Add a basic attribute. * Add some default components to `src/index.js`. - In particular, most used UI controls (color picker). + In particular, most used UI controls (e.g., colour picker?). + Definitely include one using `withState`. Must ensure they are easily able to be quickly removed. ## Usage