docs: update readme plans for themes

This commit is contained in:
Ayo 2022-09-27 17:46:12 +02:00
parent bc7671bd15
commit b0cae50f58

View file

@ -64,6 +64,7 @@ const form = new FormGroup([
Currently this only supports very basic form creation, but the goal of the project is ambitious: 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. FormGroup class
1. `get(controlName: string)` - returns the FormControl with matching name 1. `get(controlName: string)` - returns the FormControl with matching name
1. `statusChanges` - observable that emits the form status when it changes 1. `statusChanges` - observable that emits the form status when it changes