Update README.md

This commit is contained in:
paku 2024-04-15 22:22:41 +09:00
parent 346fc7cb6c
commit 6882260bb2

View file

@ -17,7 +17,7 @@ It's
- `nil`: Nothing is rendered. - `nil`: Nothing is rendered.
- `t`: Only the key is rendered. - `t`: Only the key is rendered.
- non-boolean: The key/value pair is rendered. - non-boolean: The key/value pair is rendered.
- `props`: If the properties given to a component are not declared with `define-element` macro, they are gathered into `props` property list. This allows flexible props passing to components. - `props`: If the properties assigned to a component are not declared within the `define-element` macro, they are automatically collected into the `props` property list. This allows for flexible passing of props to the component.
```lisp ```lisp
(<> (<>