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

Commit

Permalink
Update components.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity authored Apr 26, 2023
1 parent a63b737 commit c6226e2
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 @@ -33,9 +33,9 @@ a mixture of:

| Parameter Type | For |
|----------------------------------------------------------------------------------------------|-----------------------------------------------------------------|
| [KVals](https://docs.kweb.io/api/kweb-core/kweb.state/-k-val/index.html)s | Values that can change but not be modified by the component |
| [KVars](https://docs.kweb.io/api/kweb-core/kweb.state/-k-var/index.html) | Values that can change or be modified by the component |
| [ObservableLists](https://docs.kweb.io/api/kweb-core/kweb.state/-observable-list/index.html) | Lists of values that can change or be modified by the component |
| [KVal](https://docs.kweb.io/api/kweb-core/kweb.state/-k-val/index.html)s | Values that can change but not be modified by the component |
| [KVar](https://docs.kweb.io/api/kweb-core/kweb.state/-k-var/index.html)s | Values that can change or be modified by the component |
| [ObservableList](https://docs.kweb.io/api/kweb-core/kweb.state/-observable-list/index.html)s | Lists of values that can change or be modified by the component |
| Double, String, etc | Values that don't change |

The simplest Component's may have no parameters at all, or just one or two, while the most complex might use
Expand Down

0 comments on commit c6226e2

Please sign in to comment.