From b0cae50f58004241e9008ce829f3da9bd238b4d4 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 27 Sep 2022 17:46:12 +0200 Subject: [PATCH] docs: update readme plans for themes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c617367..062b322 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ const form = new FormGroup([ Currently this only supports very basic form creation, but the goal of the project is ambitious: +1. Themes - unstyled, light mode, dark mode, compact, large 1. FormGroup class 1. `get(controlName: string)` - returns the FormControl with matching name 1. `statusChanges` - observable that emits the form status when it changes