Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
copy - ready for 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Oct 29, 2022
1 parent 4797a7c commit f5edee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ This component can then be passed to [ElementCreator.render](https://docs.kweb.i
Components are configured through constructor parameters, typically through
a mixture of:

* **KVal**s for values that can change
* **KVar**s for values that can change or be changed by the Component
* **ObservableList**s for lists of values that can change
* [KVal](https://docs.kweb.io/api/kweb-core/kweb.state/-k-val/index.html)s for values that can change
* [KVar](https://docs.kweb.io/api/kweb-core/kweb.state/-k-var/index.html)s for values that can change or be changed by the Component
* [ObservableList](https://docs.kweb.io/api/kweb-core/kweb.state/-observable-list/index.html)s for lists of values that can change
* Other normal classes like **String** for immutable values

The simplest Component's may have no constructor at all, or just one or two,
Expand Down

0 comments on commit f5edee7

Please sign in to comment.